aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2017-06-11 01:45:25 +0200
committerMax Christian Pohle2017-06-11 01:45:25 +0200
commit0dd996f2c3151c5915b6b1f127f0655c2f83d9d4 (patch)
tree421a1011c20ec74442b1d16e9b47d2765cfa2bc4 /doc
parent44dcf9e53ee0e2f3700ecb326716c2b795593629 (diff)
downloadvim-0dd996f2c3151c5915b6b1f127f0655c2f83d9d4.tar.bz2
vim-0dd996f2c3151c5915b6b1f127f0655c2f83d9d4.zip
Bugfixes, switched from airline to lightline
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]
..