summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2013-04-18 13:30:19 +0200
committerSebastian Reichel <sre@ring0.de>2013-04-18 13:30:19 +0200
commitc18f63ecbeedb5a5248d92c1a5eb77d451044d67 (patch)
treed75306e5036bd145c8796d153121c50be5fd0503
parentc0404d9bc05946498a0e61b531a0b8eb74032332 (diff)
downloadvim-config-c18f63ecbeedb5a5248d92c1a5eb77d451044d67.tar.bz2
document more usage
-rw-r--r--vim/usage13
1 files changed, 13 insertions, 0 deletions
diff --git a/vim/usage b/vim/usage
index 4e94e73..1cec108 100644
--- a/vim/usage
+++ b/vim/usage
@@ -4,6 +4,10 @@ F5 - reset search
F6 - build / make pdf
F10 - open pdf in evince
+== Copy/Paste ==
+y - yank (copy selected text)
+p - paste
+
== Windows ==
C-W N - vertical new window
C-W V - horizontal new window
@@ -39,3 +43,12 @@ gqap - wrap paragraph
=== Printing ===
:hardcopy
+
+=== Spelling ===
+:set spell - enable spelling correction
+:set nospell - disable spelling correction
+]s - next mispelled word
+[s - prev mispelled word
+<num> zg - add word to dictionary <num>
+<num> zug - remove word to dictionary <num>
+z= - show suggestions