diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |