From 340e74ed5dadd6118b119d8e70df4f0e219343a9 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Wed, 28 Jun 2023 07:19:14 -0400 Subject: Updating some keybindings around projectile to be more platform agnostic --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 79a8f59..b0a5719 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Emacs Configuration file -Emacs configuration file +My emacs configuration file. This configuration only works with Emacs version 28. ## Keybinds ### General @@ -8,19 +8,20 @@ Emacs configuration file - Paste: `C-y` - Jump to symbol: `M-.` - Jump back from symbol: `M-,` -- Open project: `s-o` -- Find file in project: `s-p` -- Grep in project: `s-F` +- Open project: `C-c p o` +- Find file in project: `C-c p p` +- Grep in project: `C-c p f` - Refactor : `F2` - Move line up/down: `M-` - Find references: `M-?` - Kill buffer: `C-x k` +- Toggle tree: `C-c ;` ## Fonts - I make use of `monaco` and `iosevka`. ## Org mode -- The configuration assumes that you have an `~/OrgRoam` folder at the root of your home directory. +- The configuration assumes that you have an `~/OrgRoam` folder and an `~/OrgRoam/daily` folder at the root of your home directory. ## Per-language Features -- cgit v1.2.1