1
0
Fork 0
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:
Ryan Olson 2020-01-27 08:42:51 -07:00 committed by Starbeamrainbowlabs
parent dda02c001c
commit 11f8950315

View file

@ -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`