summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew@matthewkosarek.xyz>2023-06-28 07:19:14 -0400
committerMatthew Kosarek <matthew@matthewkosarek.xyz>2023-06-28 07:19:14 -0400
commit340e74ed5dadd6118b119d8e70df4f0e219343a9 (patch)
treef445319661c36a4b0d510d18004e7ca3b0e53e30 /README.md
parentcfb9f3faa35db326397918a5aed19f4f2acf0f43 (diff)
Updating some keybindings around projectile to be more platform agnostic
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
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-<UP/DOWN>`
- 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