fix:update guide vim/useful-commands (#22048)

This commit is contained in:
Dexter Rualo
2018-11-18 11:51:40 +08:00
committed by Christopher McCormack
parent 2bc55f1835
commit e026410609

View File

@ -94,6 +94,9 @@ __Undo__: Press `u` or type in `:undo` and press `Enter`.
__Redo__: Press `U` (`Shift` + `u`) or type in `:redo` and press `Enter`. __Redo__: Press `U` (`Shift` + `u`) or type in `:redo` and press `Enter`.
## Repeat last change
To repeat the last change made to a file, press `.` in __Normal Mode__.
## Opening a file in a specific line ## Opening a file in a specific line
- vi filename +n, where n is the line number - vi filename +n, where n is the line number