Skip to content

Commit

Permalink
Fine tuning tags, descriptions, and de-duping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
amikula committed Nov 11, 2010
1 parent d02e39b commit 862a722
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions all_cards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ 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
Append text after the cursor a Basic
Insert text at the beginning of the line I Basic
Invert case of current character ~ Beginner
Go down half a screen <C-D> Beginner
Go up half a screen <C-U> Beginner
Expand All @@ -21,13 +20,12 @@ Go to previous word b Beginner
Go to next word w Beginner
Go to end of (next) word e<br />(goes to end of next word if already at end of word) Beginner
Go to end of previous word ge Beginner
Go to beginning of line 0 Beginner
Go to first non-whitespace character of current line ^ Beginner
Go to last character of current line $ Beginner
Go to line <span style="font-style:italic;">n</span> <span style="font-style:italic;">n</span>G <span style="font-style:italic;">n</span>gg Beginner
Go to first line of file 1G gg Beginner
Go to last line of file G Beginner
Insert at beginning of line (after whitespace) I Beginner
Insert at beginning of line (after whitespace) I Basic
Undo last command u Beginner
Restore last changed line U Beginner
Redo last undo &lt;C-R&gt; Beginner
Expand All @@ -47,7 +45,7 @@ Move to the start of the line (before whitespace) 0 Beginner
Delete a line dd Beginner
Undo the last command u<br /><span style="font-style:italic;">(may be used repeatedly to undo multiple commands)</span> Beginner
Redo the last undone command &lt;C-R&gt;<br /><span style="font-style:italic;">(Control-R)</span> Beginner
Put previously deleted text after the cursor p Beginner
Put previously deleted (or copied) text after the cursor p Beginner
Put previously deleted text before the cursor P Beginner
Replace the character under the cursor with character <span style="font-style:italic;">x</span> r<span style="font-style:italic;">x</span> Beginner
Change to the end of the current word ce Beginner
Expand Down

0 comments on commit 862a722

Please sign in to comment.