Skip to content

Instantly share code, notes, and snippets.

@imcoddy
Forked from calorie/.cvimrc
Last active January 16, 2022 12:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
set autoupdategist
set completeonopen
set defaultnewtabpage
set dimhintcharacters
set incsearch
set linkanimations
set localconfig
set noautofocus
set nochangelog
set nocncpcompletion
set nohud
set noinsertmappings
set noregex
set nosmoothscroll
set scalehints
set typelinkhints
let barposition = "top"
let blacklists = ["*://*/*.pdf", "chrome://*", "https://mail.google.com/*", "https://www.google.com/calendar/*"]
let completionengines = ['google', 'wikipedia', 'youtube', 'imdb', 'amazon', 'google-maps', 'wolframalpha', 'google-image', 'webster', 'wictionary', 'urbandictionary', 'duckduckgo', 'google-trends', 'bing']
let hintcharacters = "fdsawerjkiop"
let locale = "jp"
let mapleader = ","
let scrollduration = 10
let searchalias g = "google"
let searchlimit = 40
let typelinkhintsdelay = 0
map <C-l> nextTab
map <C-h> previousTab
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map <C-o> goBack
map <C-i> goForward
map ; openCommandBar
map b :buffer<Space>
map B :bookmarks!<Space>
map l nextTab
map i goToInput
map h previousTab
map s :open google<Space>
map S :open! google<Space>
map t :tabnew<CR>
map F createActiveTabbedHint
map u lastClosedTab
map v createTabbedHint
map V createMultiHint
map <Leader>cl :open! chrome://settings/clearBrowserData<CR>
map <Leader>dl :open! chrome://downloads<CR>
map <Leader>ex :open! chrome://extensions<CR>
map <Leader>hi :open! chrome://history<CR>
map <Leader>cf :open! https://dash.cloudflare.com/login<CR>
map <Leader>Cf :open https://dash.cloudflare.com/login<CR>
map <Leader>cl :open! https://dash.cloudflare.com/login<CR>
map <Leader>Cl :open https://dash.cloudflare.com/login<CR>
map <Leader>do :open! https://cloud.digitalocean.com/projects/<CR>
map <Leader>Do :open https://cloud.digitalocean.com/projects/<CR>
map <Leader>fa :open! https://www.facebook.com/analytics/<CR>
map <Leader>Fa :open https://www.facebook.com/analytics/<CR>
map <Leader>fb :open! https://www.facebook.com<CR>
map <Leader>Fb :open https://www.facebook.com<CR>
map <Leader>ga :open! https://analytics.google.com/analytics/web/#/<CR>
map <Leader>Ga :open https://analytics.google.com/analytics/web/#/<CR>
map <Leader>ge :open! https://gist.github.com/imcoddy/7dd19e3a2fd74eb84da1/<CR>
map <Leader>Ge :open https://gist.github.com/imcoddy/7dd19e3a2fd74eb84da1/<CR>
map <Leader>gh :open! https://github.com/<CR>
map <Leader>Gh :open https://github.com/<CR>
map <Leader>gi :open! https://gist.github.com/<CR>
map <Leader>Gi :open https://gist.github.com/<CR>
map <Leader>gm :open! https://mail.google.com/mail/#index<CR>
map <Leader>Gm :open https://mail.google.com/mail/#index<CR>
map <Leader>le :open! https://leetcode.com/problemset/algorithms/<CR>
map <Leader>Le :open https://leetcode.com/problemset/algorithms/<CR>
map <Leader>lc :open! https://leetcode-cn.com/problemset/algorithms/<CR>
map <Leader>Lc :open https://leetcode-cn.com/problemset/algorithms/<CR>
map <Leader>mp :open! https://metanet.press<CR>
map <Leader>Mp :open https://metanet.press<CR>
map <Leader>nc :open! https://www.nicovideo.jp<CR>
map <Leader>Nc :open https://www.nicovideo.jp<CR>
map <Leader>ne :open! https://app.netlify.com/<CR>
map <Leader>Ne :open https://app.netlify.com/<CR>
map <Leader>rd :open! https://www.reddit.com<CR>
map <Leader>Rd :open https://www.reddit.com<CR>
map <Leader>sc :open! https://search.google.com/search-console<CR>
map <Leader>Sc :open https://search.google.com/search-console<CR>
map <Leader>sm :open! https://semrush.com<CR>
map <Leader>Sm :open https://semrush.com<CR>
map <Leader>so :open! https://stackoverflow.com<CR>
map <Leader>So :open https://stackoverflow.com<CR>
map <Leader>td :open! https://tweetdeck.twitter.com<CR>
map <Leader>Td :open https://tweetdeck.twitter.com<CR>
map <Leader>tp :open! https://tinypng.com<CR>
map <Leader>Tp :open https://tinypng.com<CR>
map <Leader>tw :open! http://twitter.com<CR>
map <Leader>Tw :open http://twitter.com<CR>
map <Leader>v2 :open! https://v2ex.com<CR>
map <Leader>V2 :open https://v2ex.com<CR>
map <Leader>vt :open! https://virustotal.com<CR>
map <Leader>Vt :open https://virustotal.com<CR>
map <Leader>vu :open! https://my.vultr.com<CR>
map <Leader>Vu :open https://my.vultr.com<CR>
map <Leader>yn :open! https://news.yahoo.co.jp<CR>
map <Leader>Yn :open https://news.yahoo.co.jp<CR>
map <Leader>yt :open! https://www.youtube.com<CR>
map <Leader>Yt :open https://www.youtube.com<CR>
site 'https://www.google.com/*' {
unmap j
unmap k
}
site 'https://www.tumblr.com/*' {
unmap j
unmap k
unmap r
unmap l
}
site 'https://github.com/*' {
unmap l
}
site 'https://tweetdeck.twitter.com/*' {
unmap n
unmap s
}
site 'https://www.youtube.com/*' {
unmap T
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment