aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2017-05-07 22:01:06 +0200
committerMax Christian Pohle2017-05-07 22:01:06 +0200
commit42822d1b36b299e5ebef52e2666c7f5166069383 (patch)
tree8941adcaf51539d837d86d2c7e30d43028937353 /doc
parent4a6d3efdcd52a7e358af30027acf6950010e26be (diff)
downloadvim-42822d1b36b299e5ebef52e2666c7f5166069383.tar.bz2
vim-42822d1b36b299e5ebef52e2666c7f5166069383.zip
Autocommand magic
Diffstat (limited to 'doc')
-rw-r--r--doc/shortcuts.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index 3dd389f..8c0d773 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -86,9 +86,12 @@ do = get changes from other window into the current
86dp = put changes from current window into the other 86dp = put changes from current window into the other
87]c = jump to the next change 87]c = jump to the next change
88[c = jump to the prevous change 88[c = jump to the prevous change
89
90[folds]
91za = toggle a fold
92zM = close all folds
89zR = opens all folds (unfold all) 93zR = opens all folds (unfold all)
90zE = eliminates all folds 94zE = eliminates all folds
91z= = show spellcheck suggestions
92 95
93 96
94[buffers] 97[buffers]
@@ -102,6 +105,7 @@ z= = show spellcheck suggestions
102[special] 105[special]
103g CTRL-g = display file properties including word and char count 106g CTRL-g = display file properties including word and char count
104q: = show command history and use it like a normal buffer 107q: = show command history and use it like a normal buffer
108z= = show spellcheck suggestions
105 109
106 110
107[completions] 111[completions]
..