mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
navigation help
This commit is contained in:
parent
a63f9a5b37
commit
1420a4dc77
1 changed files with 6 additions and 0 deletions
6
ftplugin/help.vim
Normal file
6
ftplugin/help.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
nnoremap <buffer> <CR> <C-]>
|
||||||
|
nnoremap <buffer> <BS> <C-T>
|
||||||
|
nnoremap <buffer> o /'\l\{2,\}'<CR>
|
||||||
|
nnoremap <buffer> O ?'\l\{2,\}'<CR>
|
||||||
|
nnoremap <buffer> s /\|\zs\S\+\ze\|<CR>
|
||||||
|
nnoremap <buffer> S ?\|\zs\S\+\ze\|<CR>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue