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