mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 17:26: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}}`
|
`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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue