mirror of
https://github.com/cheat/cheat.git
synced 2025-09-03 02:28:29 +02:00
Trivial formatting changes on vim cheatsheet
Changed some tabs to spaces, etc.
This commit is contained in:
@ -22,7 +22,7 @@ B previous start of whitespace-delimited word
|
|||||||
0 start of line
|
0 start of line
|
||||||
$ end of line
|
$ end of line
|
||||||
gg go to first line in file
|
gg go to first line in file
|
||||||
G go to end of file
|
G go to end of file
|
||||||
|
|
||||||
|
|
||||||
# Insertion
|
# Insertion
|
||||||
@ -52,10 +52,7 @@ d{motion} delete text that {motion} moves over
|
|||||||
|
|
||||||
# Preceding a motion or edition with a number repeats it n times
|
# Preceding a motion or edition with a number repeats it n times
|
||||||
# Examples:
|
# Examples:
|
||||||
|
50k moves 50 lines up
|
||||||
50k moves 50 lines up
|
2dw deletes 2 words
|
||||||
2dw deletes 2 words
|
5yy copies 5 lines
|
||||||
5yy copies 5 lines
|
42G go to line 42
|
||||||
42G go to line 42
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user