summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-10-25 08:49:11 -0400
committermattkae <mattkae@protonmail.com>2022-10-25 08:49:11 -0400
commita2b0c36e8d1de349aea84a382d05668e60f1f703 (patch)
tree076f6e71b597e14806defe3a2ae673c7023594b2 /README.md
parent8ba3ffad71c8854c3a0bfe4d9bda6ab221da439f (diff)
Added the ability to move a line up and down
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5afb65c..5750423 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,11 @@ Emacs configuration file
### General
- Jump to symbol: `C-]` or `gd`
- Jump back from symbol: `C-o`
-
-## Web
-- Refactor JS/TS: `F2`
+- Open project: `s-o`
+- Find file in project: `s-p`
+- Grep in project: `s-F`
+- Refactor : `F2`
+- Move line up/down: `M-<UP/DOWN>`
## Per-language Features