notes/util/editors/vim/vim-help.txt
Ihar Hancharenka 9685f30a41 m
2025-04-03 11:30:33 +03:00

25 строки
488 B
Plaintext

:h :help
Help on help.
:h {subject}
z? - help on all topics starting from z.
^V - help on CTRL-V
i^V - help on CTRL-V in Insert-mode.
:helpg {pattern}
Search all help text files and make a list of lines in which {pattern} matches.
Jumps to the first match.
Note: navigate via quickfix commands - :cnext, :cwindow
:helptags
???
C-]
Follow the link (jump to the quickref topic).
C-T
Go back to the previous topic.
C-O
Jump to older locations.
C-I
Jump to newer locations.