summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9db83b4..5afb65c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,15 @@
# Emacs Configuration file
Emacs configuration file
+## Keybinds
+### General
+- Jump to symbol: `C-]` or `gd`
+- Jump back from symbol: `C-o`
+
+## Web
+- Refactor JS/TS: `F2`
+
+
## Per-language Features
### JavaScript/TypeScript