Skip to content

Instantly share code, notes, and snippets.

@tossmilestone
Forked from calorie/.cvimrc
Last active January 20, 2017 01:32
Show Gist options
  • Save tossmilestone/5d4fb883786e7dc4ff2e6f7968e64006 to your computer and use it in GitHub Desktop.
Save tossmilestone/5d4fb883786e7dc4ff2e6f7968e64006 to your computer and use it in GitHub Desktop.
.cvimrc
set nocncpcompletion
set nosmoothscroll
set nohud
set noregex
set noinsertmappings
set noautoupdategist
set nochangelog
set typelinkhints
set defaultnewtabpage
let scrollduration = 10
let searchlimit = 40
let searchalias g = "google"
let mapleader = ","
let barposition = "top"
let typelinkhintsdelay = 0
let hintcharacters = "fdsawerjkiop"
let locale = "cn"
let blacklists = ["*://*/*.pdf", "chrome://*", "https://mail.google.com/*", "https://www.google.com/calendar/*"]
map ; openCommandBar
map l nextTab
map h previousTab
map <C-l> nextTab
map <C-h> previousTab
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
map s :open google<Space>
map S :open! google<Space>
map i goToInput
map u lastClosedTab
map B :bookmarks!<Space>
map t :tabnew<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment