Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 351 Bytes

help.md

File metadata and controls

9 lines (6 loc) · 351 Bytes

Help

:help [search] searches the Vim docs for the current command. However, search can be refined by prefixing the mode.

  • :help R: not so useful docs on replace mode
  • :help ^R: docs for <Ctrl-r>
  • :help i_^R: insert contents of register in context of insert mode
  • :help c_^R: insert contents of register in context of command mode