diff options
author | mattkae <mattkae@protonmail.com> | 2022-09-26 21:48:12 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-09-26 21:48:12 -0400 |
commit | 237e17d2b1cb8d086b84a4b1b5ff097df36abada (patch) | |
tree | da756304b726118e78af14e1654c9ec52240188d | |
parent | 3d33da474ec888e5de6a2c175606e6873b70e6a0 (diff) |
Keybind readme
-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 |