mirror of https://github.com/cheat/cheat.git
Trivial formatting changes on vim cheatsheet
Changed some tabs to spaces, etc.
This commit is contained in:
parent
967fa0cedf
commit
e2d10680db
|
@ -52,10 +52,7 @@ d{motion} delete text that {motion} moves over
|
|||
|
||||
# Preceding a motion or edition with a number repeats it n times
|
||||
# Examples:
|
||||
|
||||
50k moves 50 lines up
|
||||
2dw deletes 2 words
|
||||
5yy copies 5 lines
|
||||
42G go to line 42
|
||||
|
||||
|
||||
50k moves 50 lines up
|
||||
2dw deletes 2 words
|
||||
5yy copies 5 lines
|
||||
42G go to line 42
|
||||
|
|
Loading…
Reference in New Issue