Skip to content

Instantly share code, notes, and snippets.

@bilzard
Last active April 30, 2019 15:06
Show Gist options
  • Save bilzard/aa4ba1f739ee8e671e5d919a5d1cc731 to your computer and use it in GitHub Desktop.
Save bilzard/aa4ba1f739ee8e671e5d919a5d1cc731 to your computer and use it in GitHub Desktop.

vim のヘルプを検索するときの tips

Ctrl-n キーの挙動を確認

:help ^n

insert モードでの Ctrl-n キーの挙動を確認

:help i_^n

command-line モードでの Ctrl-n キーの挙動を確認

:help c_^n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment