mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
some new mov vim cmds
This commit is contained in:
parent
c6441524b0
commit
b8eed82e84
@ -21,6 +21,9 @@ b previous start of word
|
|||||||
B previous start of whitespace-delimited word
|
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
|
||||||
|
G go to end of file
|
||||||
|
|
||||||
|
|
||||||
# Insertion
|
# Insertion
|
||||||
# To exit from insert mode use Esc or Ctrl-C
|
# To exit from insert mode use Esc or Ctrl-C
|
||||||
@ -53,3 +56,6 @@ d{motion} delete text that {motion} moves over
|
|||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user