mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
vim: reorder examples (#6363)
This commit is contained in:
parent
7d668faec6
commit
e150609b4c
1 changed files with 4 additions and 4 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue