Last active
August 29, 2015 14:25
-
-
Save mrap/ef967098be55bc42c6d9 to your computer and use it in GitHub Desktop.
OS Agnosttic cvimrc
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
| " Settings | |
| set autofocus | |
| set cncpcompletion | |
| set smoothscroll | |
| set hud | |
| set autohidecursor | |
| let searchlimit = 20 | |
| let searchengine stackoverflow = "http://stackoverflow.com/search?q=" | |
| let searchalias s = "stackoverflow" | |
| let searchalias g = "google" | |
| " Mappings | |
| map <C-d> scrollPageDown | |
| map <C-u> scrollPageUp | |
| map gb :buffer<Space> | |
| let vimcommand="mvim -f" | |
| imap <C-o> editWithVim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment