vim: reorder examples (#6363)
This commit is contained in:
@@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
`vim {{path/to/file}}`
|
`vim {{path/to/file}}`
|
||||||
|
|
||||||
|
- Open a file at a specified line number:
|
||||||
|
|
||||||
|
`vim +{{line_number}} {{path/to/file}}`
|
||||||
|
|
||||||
- View Vim's help manual:
|
- View Vim's help manual:
|
||||||
|
|
||||||
`:help<Enter>`
|
`:help<Enter>`
|
||||||
@@ -16,10 +20,6 @@
|
|||||||
|
|
||||||
`:wq<Enter>`
|
`:wq<Enter>`
|
||||||
|
|
||||||
- Open a file at a specified line number:
|
|
||||||
|
|
||||||
`vim +{{line_number}} {{path/to/file}}`
|
|
||||||
|
|
||||||
- Undo the last operation:
|
- Undo the last operation:
|
||||||
|
|
||||||
`u`
|
`u`
|
||||||
|
Reference in New Issue
Block a user