mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 21:46:02 +02:00
vim: move reference to accessing Vim's help up the list
This commit is contained in:
parent
dda02c001c
commit
11f8950315
1 changed files with 4 additions and 4 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
`vim {{path/to/file}}`
|
||||
|
||||
- View Vim's help manual:
|
||||
|
||||
`:help<Enter>`
|
||||
|
||||
- Save a file:
|
||||
|
||||
`:write<Enter>`
|
||||
|
@ -20,10 +24,6 @@
|
|||
|
||||
`vim +{{line_number}} {{path/to/file}}`
|
||||
|
||||
- View Vim's help manual:
|
||||
|
||||
`:help<Enter>`
|
||||
|
||||
- Undo the last operation:
|
||||
|
||||
`u`
|
||||
|
|
Loading…
Add table
Reference in a new issue