vim: move reference to accessing Vim's help up the list
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
dda02c001c
commit
11f8950315
@@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
`vim {{path/to/file}}`
|
`vim {{path/to/file}}`
|
||||||
|
|
||||||
|
- View Vim's help manual:
|
||||||
|
|
||||||
|
`:help<Enter>`
|
||||||
|
|
||||||
- Save a file:
|
- Save a file:
|
||||||
|
|
||||||
`:write<Enter>`
|
`:write<Enter>`
|
||||||
@@ -20,10 +24,6 @@
|
|||||||
|
|
||||||
`vim +{{line_number}} {{path/to/file}}`
|
`vim +{{line_number}} {{path/to/file}}`
|
||||||
|
|
||||||
- View Vim's help manual:
|
|
||||||
|
|
||||||
`:help<Enter>`
|
|
||||||
|
|
||||||
- Undo the last operation:
|
- Undo the last operation:
|
||||||
|
|
||||||
`u`
|
`u`
|
||||||
|
Reference in New Issue
Block a user