summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-11-14 08:18:00 -0500
committerMatthew Kosarek <mattkae@protonmail.com>2022-11-14 08:18:00 -0500
commit15d2e336b16f32036fe054a89c89c962039b066f (patch)
tree2c6deb65b1c9efe63a12b5001d9389188215cbd7 /README.md
parent2645ecc57810a151303924781e983a8c9138cf10 (diff)
Better save areas
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index da44461..75241df 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@ Emacs configuration file
## Keybinds
### General
+- Copy: `M-w`
+- Cut: `C-w`
+- Paste: `C-y`
- Jump to symbol: `C-]` or `gd`
- Jump back from symbol: `C-o`
- Open project: `s-o`