-
-
Save Raimondi/2395590 to your computer and use it in GitHub Desktop.
Mappings to make :help perusal easier for lazy people
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if &readonly | |
nnoremap <silent><buffer> <Esc> :quit<CR> | |
nnoremap <silent><buffer> <CR> <C-]> | |
nnoremap <silent><buffer> <BS> <C-O> | |
nnoremap <silent><buffer> <Down> :call search('\(''\<bar><bar>\)[^, <bar>]\{-1,}\1', 'W')<CR> | |
nnoremap <silent><buffer> <Up> :call search('\(''\<bar><bar>\)[^, <bar>]\{-1,}\1', 'Wb')<CR> | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment