Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 487 Bytes

help.rst

File metadata and controls

15 lines (10 loc) · 487 Bytes

after/ftplugin/help.vim

Use and to hop through documentation, as I’m too used to that setup in browsers:

nnoremap <silent> <buffer> <CR> <C-]>
nnoremap <silent> <buffer> <BS> <C-T>

As we’re not editing help files all that often we shouldn’t need access to macros, and can therefore use q to quick quit:

nnoremap <buffer> q <Cmd>helpclose<CR>