aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/shortcuts.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index 8c0d773..a01c7a1 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -79,6 +79,7 @@ ma = set marker a-z (a in this case)
79<C-W>s = splits buffer horizontally (same as screen) 79<C-W>s = splits buffer horizontally (same as screen)
80<C-W>w = moves the cursor to the next window and back 80<C-W>w = moves the cursor to the next window and back
81<C-W>[dir] = moves the cursor in that direction (use hjkl or arrow keys) 81<C-W>[dir] = moves the cursor in that direction (use hjkl or arrow keys)
82<C-W>[HK] = make a vertical split horizontal and vice versa
82 83
83 84
84[vimdiff] 85[vimdiff]
..