diff options
author | Max Christian Pohle | 2017-05-07 22:01:06 +0200 |
---|---|---|
committer | Max Christian Pohle | 2017-05-07 22:01:06 +0200 |
commit | 42822d1b36b299e5ebef52e2666c7f5166069383 (patch) | |
tree | 8941adcaf51539d837d86d2c7e30d43028937353 /doc/shortcuts.txt | |
parent | 4a6d3efdcd52a7e358af30027acf6950010e26be (diff) | |
download | vim-karlmarks-42822d1b36b299e5ebef52e2666c7f5166069383.tar.bz2 vim-karlmarks-42822d1b36b299e5ebef52e2666c7f5166069383.zip |
Autocommand magic
Diffstat (limited to 'doc/shortcuts.txt')
-rw-r--r-- | doc/shortcuts.txt | 6 |
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 | |||
86 | dp = put changes from current window into the other | 86 | dp = 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] | ||
91 | za = toggle a fold | ||
92 | zM = close all folds | ||
89 | zR = opens all folds (unfold all) | 93 | zR = opens all folds (unfold all) |
90 | zE = eliminates all folds | 94 | zE = eliminates all folds |
91 | z= = show spellcheck suggestions | ||
92 | 95 | ||
93 | 96 | ||
94 | [buffers] | 97 | [buffers] |
@@ -102,6 +105,7 @@ z= = show spellcheck suggestions | |||
102 | [special] | 105 | [special] |
103 | g CTRL-g = display file properties including word and char count | 106 | g CTRL-g = display file properties including word and char count |
104 | q: = show command history and use it like a normal buffer | 107 | q: = show command history and use it like a normal buffer |
108 | z= = show spellcheck suggestions | ||
105 | 109 | ||
106 | 110 | ||
107 | [completions] | 111 | [completions] |