summaryrefslogtreecommitdiffstats
path: root/vim/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vim/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