aboutsummaryrefslogtreecommitdiff
path: root/doc/shortcuts.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/shortcuts.txt')
-rw-r--r--doc/shortcuts.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index 9162df8..540f086 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -1,3 +1,5 @@
1:viusage = summary of all keyboard shortcuts
2:options = shows currently :set options (with descriptions)
1leader key = usually set to backslash expects a quick command 3leader key = usually set to backslash expects a quick command
2 4
3 5
@@ -61,6 +63,8 @@ dp = put changes from current window into the other
61]c = jump to the next change 63]c = jump to the next change
62[c = jump to the prevous change 64[c = jump to the prevous change
63zR = opens all folds (unfold all) 65zR = opens all folds (unfold all)
66zE = eliminates all folds
67z= = show spellcheck suggestions
64 68
65[vim modeline] 69[vim modeline]
66the last line can be a mode line, which holds settings like tab width: 70the last line can be a mode line, which holds settings like tab width:
..