summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 75241df..d02375b 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ Emacs configuration file
- Copy: `M-w`
- Cut: `C-w`
- Paste: `C-y`
-- Jump to symbol: `C-]` or `gd`
-- Jump back from symbol: `C-o`
+- Jump to symbol: `M-.`
+- Jump back from symbol: `M-,`
- Open project: `s-o`
- Find file in project: `s-p`
- Grep in project: `s-F`