Skip to content

Instantly share code, notes, and snippets.

@okuramasafumi
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okuramasafumi/5f3ba6f20ff31a9e487d to your computer and use it in GitHub Desktop.
Save okuramasafumi/5f3ba6f20ff31a9e487d to your computer and use it in GitHub Desktop.
My cVimrc
set nohud
map <C-h> :set hud!<CR>
set noautofocus
set cncpcompletion
map <C-n> nextCompletionResult
imap <C-n> nextCompletionResult
site 'https://github.com/*' {
unmap t
unmap s
unmap g
unmap i
unmap j
unmap k
unmap x
unmap ?
unmap l
unmap w
unmap y
unmap a
unmap r
unmap /
unmap p
unmap o
}
site 'https://www.honeybadger.io/projects/*' {
unmap u
unmap n
unmap p
unmap s
unmap o
unmap e
unmap t
unmap c
unmap b
}
site 'https://www.youtube.com/*' {
unmap j
unmap k
unmap l
}
let blacklists = ["https://mail.google.com/*", "http://localhost/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment