Skip to content

Instantly share code, notes, and snippets.

@chaucerbao
Last active June 8, 2017 23:44
Show Gist options
  • Save chaucerbao/4a7df7d204f8c2bd9c57ea2b614358ee to your computer and use it in GitHub Desktop.
Save chaucerbao/4a7df7d204f8c2bd9c57ea2b614358ee to your computer and use it in GitHub Desktop.
Configuration for cVim
map ; openCommandBar
" Page navigation
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map <C-e> scrollDown
map <C-y> scrollUp
" Scroll position
map z. centerMatchH
" Marks
unmap mf
unmap mr
unmap my
map m* setMark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment