From a2b0c36e8d1de349aea84a382d05668e60f1f703 Mon Sep 17 00:00:00 2001 From: mattkae Date: Tue, 25 Oct 2022 08:49:11 -0400 Subject: Added the ability to move a line up and down --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') 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-` ## Per-language Features -- cgit v1.2.1