Skip to content

Instantly share code, notes, and snippets.

@HokieGeek
Last active May 6, 2016 11:54
Show Gist options
  • Save HokieGeek/17deda08761848bc4f7d to your computer and use it in GitHub Desktop.
Save HokieGeek/17deda08761848bc4f7d to your computer and use it in GitHub Desktop.
cGvimrc
set autohidecursor
let barposition = "bottom"
let blacklists = ["https://inbox.google.com/*"]
let searchalias d = "duckduckgo"
imap <C-i> editWithVim
" map <Space> :
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
map <C-i> :set numerichints!<CR>
command comics bookmarks /Bookmarks bar/Daily Comics
site '*://*.reddit.com/*' {
unmap j
unmap k
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment