From e3e199242c9c061647a6f112b28b7ff2a2c4a0af Mon Sep 17 00:00:00 2001 From: rpattabi Date: Wed, 25 Apr 2012 21:15:50 +0530 Subject: [PATCH] ZZ can also be used for save and exit --- all_cards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all_cards.txt b/all_cards.txt index 44d7c96..01fa91b 100644 --- a/all_cards.txt +++ b/all_cards.txt @@ -8,7 +8,7 @@ Exit the editor, but abort if there are unsaved changes :q<ENTER> Basic Delete the character under the cursor x Basic Insert text before the cursor i Basic Append text at the end of the current line A Basic -Save the current file and exit :wq<ENTER> Basic +Save the current file and exit :wq<ENTER> or ZZ Basic Append text after the cursor a Basic Invert case of current character ~ Beginner Go down half a screen <C-D> Beginner