vim: reorder examples (#6363)

beep
chris 2021-08-14 14:48:15 +02:00 committed by GitHub
parent 7d668faec6
commit e150609b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -8,6 +8,10 @@
`vim {{path/to/file}}`
- Open a file at a specified line number:
`vim +{{line_number}} {{path/to/file}}`
- View Vim's help manual:
`:help<Enter>`
@ -16,10 +20,6 @@
`:wq<Enter>`
- Open a file at a specified line number:
`vim +{{line_number}} {{path/to/file}}`
- Undo the last operation:
`u`