aboutsummaryrefslogtreecommitdiff
path: root/doc/shortcuts.txt
diff options
context:
space:
mode:
authorMax Christian Pohle2016-10-13 17:14:45 +0200
committerMax Christian Pohle2016-10-13 17:14:45 +0200
commit04194c29e8b9b887363e13bec2bdefc15fdbd37b (patch)
treecb3ba554208ce3a202616a493e16ac02689a2686 /doc/shortcuts.txt
parent52349625ead61bfba78a67c79ab8305710c926f4 (diff)
downloadvim-04194c29e8b9b887363e13bec2bdefc15fdbd37b.tar.bz2
vim-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.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:
..