Skip to content

Instantly share code, notes, and snippets.

@basyura
Last active June 24, 2019 13:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save basyura/d24a012ff75e8109edab3f5e08702b2e to your computer and use it in GitHub Desktop.
Save basyura/d24a012ff75e8109edab3f5e08702b2e to your computer and use it in GitHub Desktop.
cvimrc
let locale = "jp"
let barposition = "bottom"
let hintcharacters = "asdfghjkl"
let searchlimit = 5
set noautofocus
set cncpcompletion
set nohud
unmap s u o yy yY yh yA y i v V x X
iunmap <C-o> <C-u> <C-y> <C-k>
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map e createHint
map <C-e> createTabbedHint
map <C-w> closeTab
map <C-f> nextTab
map <C-b> previousTab
map <C-r> reloadTab
map <C-k> goUpUrl
map <C-s> :tabnew google  
map uc lastClosedTab
map R reloadTabUncached
imap <C-a> beginningOfLine
imap <C-p> backwardLine
imap <C-n> forwardLine
imap <C-h> deleteChar
imap <C-d> deleteForwardChar
imap <C-w> deleteWord
imap <C-w> deleteWord
imap <C-k> deleteToEnd
site '*://reader.livedoor.com/*' {
unmap j k v a
}
site 'https://www.google.co.jp/search*' {
" map e createTabbedHint
" map <C-e> createHint
}
site 'https://mail.google.com/*' {
unmap j k y
}
site 'https://twitter.com/*' {
unmap j k .
}
site 'http://b.hatena.ne.jp/*' {
unmap j k
}
site 'https://www.inoreader.com/*' {
unmap j k r v Space n p J K A l o q
"map <Space> scrollDown
}
site "https://irodr.netlify.com/*" {
unmap j k r v Space l o
}
let blacklists = ["https://vncgw1.vps.sakura.ad.jp/*","https://irodr.netlify.com/*","https://rhysd.github.io/*"]
let blacklists = ["https://vncgw1.vps.sakura.ad.jp/*","https://irodr.netlify.com/*","https://rhysd.github.io/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment