Last active
June 8, 2017 23:44
-
-
Save chaucerbao/4a7df7d204f8c2bd9c57ea2b614358ee to your computer and use it in GitHub Desktop.
Configuration for cVim
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
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