Skip to content

Instantly share code, notes, and snippets.

@Ape
Last active March 22, 2016 11:57
Show Gist options
  • Save Ape/240355388a98bcce31e4 to your computer and use it in GitHub Desktop.
Save Ape/240355388a98bcce31e4 to your computer and use it in GitHub Desktop.
cvimrc
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