Last active
August 29, 2015 14:27
-
-
Save zundr/db5508b47068f223e6e1 to your computer and use it in GitHub Desktop.
.cVimrc
This file contains 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
set autoupdategist | |
set noautofocus | |
let barposition = "bottom" | |
let highlight = "#ffff00" | |
let typelinkhintsdelay = 0 | |
let hintcharacters = "fdsawerjkiop" | |
let locale="us" | |
let scrollstep = 100 | |
map ; : | |
map h :tabprevious<CR> | |
map l :tabnext<CR> | |
map D closeTab | |
map u lastClosedTab | |
map <C-f> scrollFullPageDown | |
map <C-b> scrollFullPageUp | |
map i goToInput | |
map a goToInput | |
unmap gR | |
map R reloadTabUncached | |
unmap <A-z> | |
map <C-z> toggleCVim | |
unmap zr | |
map <C-r> :chrome://restart<CR> | |
unmap b | |
unmap B | |
map b :buffer<Space> | |
map B :bookmarks<Space> | |
unmap Backspace | |
map Rv :settings<CR> | |
let @@cvimrc_gist = 'https://gist.github.com/zundr/db5508b47068f223e6e1/edit' | |
map Ev :tabnew @@cvimrc_gist<CR> | |
let completionengines = ["google", "amazon"] | |
let searchalias g = 'google' | |
let searchalias a = 'amazon' | |
let blacklists = ["chrome://*","https://mail.google.com/*","http://feedly.com/*","https://www.google.com/calendar/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment