diff options
author | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:36:03 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:36:03 +0100 |
commit | 732b7bcdd99824b19b04574d44a2696b58adf1ab (patch) | |
tree | 23a6fa4212e5215646a998c298976afd8a9994b6 | |
parent | e244b7034dac97d8546faeb0e889ab5868801614 (diff) | |
download | vim-config-732b7bcdd99824b19b04574d44a2696b58adf1ab.tar.bz2 |
update usage tips
-rw-r--r-- | vim/usage | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -8,6 +8,10 @@ F10 - open pdf in evince y - yank (copy selected text) p - paste +== Misc == +C-A - increment next number +C-X - decrement next number + == Windows == C-W N - vertical new window C-W V - horizontal new window @@ -52,3 +56,11 @@ gqap - wrap paragraph <num> zg - add word to dictionary <num> <num> zug - remove word to dictionary <num> z= - show suggestions + +1 = en +2 = de +3 = names + +=== Indention === +>> or C-T - add indention +<< or C-D - remove indention |