From c18f63ecbeedb5a5248d92c1a5eb77d451044d67 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Thu, 18 Apr 2013 13:30:19 +0200 Subject: document more usage --- vim/usage | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 + zg - add word to dictionary + zug - remove word to dictionary +z= - show suggestions -- cgit v1.2.3