Last active
March 22, 2016 11:57
-
-
Save Ape/240355388a98bcce31e4 to your computer and use it in GitHub Desktop.
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
set numerichints | |
set typelinkhints | |
set noautofocus | |
set manualcompletion | |
let barposition = "bottom" | |
unmap x | |
map d closeTab | |
map u :restore<Space> | |
map <C-u> scrollPageUp | |
map <C-d> scrollPageDown | |
map ö :tabdetach<CR> | |
map Ö :tabattach<Space> | |
site '*://*.reddit.com/*' { | |
unmap j | |
unmap k | |
unmap J | |
unmap K | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment