-
-
Save tossmilestone/5d4fb883786e7dc4ff2e6f7968e64006 to your computer and use it in GitHub Desktop.
.cvimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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