diff options
author | Max Christian Pohle | 2016-10-13 17:14:45 +0200 |
---|---|---|
committer | Max Christian Pohle | 2016-10-13 17:14:45 +0200 |
commit | 04194c29e8b9b887363e13bec2bdefc15fdbd37b (patch) | |
tree | cb3ba554208ce3a202616a493e16ac02689a2686 /doc/shortcuts.txt | |
parent | 52349625ead61bfba78a67c79ab8305710c926f4 (diff) | |
download | vim-karlmarks-04194c29e8b9b887363e13bec2bdefc15fdbd37b.tar.bz2 vim-karlmarks-04194c29e8b9b887363e13bec2bdefc15fdbd37b.zip |
make Ctrl-Backspace delete a word in insert mode
added most important of all command :viusage to the shortcuts.txt (which
is my custom and less comprehensive version of viusage)
added gitignore file from github as a reference.
Diffstat (limited to 'doc/shortcuts.txt')
-rw-r--r-- | doc/shortcuts.txt | 4 |
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) | ||
1 | leader key = usually set to backslash expects a quick command | 3 | leader 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 |
63 | zR = opens all folds (unfold all) | 65 | zR = opens all folds (unfold all) |
66 | zE = eliminates all folds | ||
67 | z= = show spellcheck suggestions | ||
64 | 68 | ||
65 | [vim modeline] | 69 | [vim modeline] |
66 | the last line can be a mode line, which holds settings like tab width: | 70 | the last line can be a mode line, which holds settings like tab width: |