Skip to content

Instantly share code, notes, and snippets.

@Osse
Created April 15, 2012 21:36
Show Gist options
  • Save Osse/2394927 to your computer and use it in GitHub Desktop.
Save Osse/2394927 to your computer and use it in GitHub Desktop.
Mappings to make :help perusal easier for lazy people
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