Created
April 15, 2012 21:36
-
-
Save Osse/2394927 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 <CR> <C-]> | |
nnoremap <BS> <C-O> | |
nnoremap <Down> /\('\<bar><bar>\)[^, <bar>]\{-1,}\1<CR>:nohl<cr> | |
nnoremap <Up> ?\('\<bar><bar>\)[^, <bar>]\{-1,}\1<CR>:nohl<cr> | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment