-
-
Save CowSmiles/58e0f0022dc6a30c802ddb33749d95de to your computer and use it in GitHub Desktop.
.cvimrc
This file contains hidden or 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 = "zh_cn" | |
let blacklists = ["*://*/*.pdf", "chrome://*", "https://mail.google.com/*", "https://inbox.google.com/*", "https://www.google.com/calendar/*"] | |
map ; openCommandBar | |
map l nextTab | |
map h previousTab | |
map $ lastTab | |
map 0 firstTab | |
map <A-l> nextTab | |
map <A-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> | |
map F createActiveTabbedHint | |
map <Leader>cl :open! chrome://chrome/settings/clearBrowserData<CR> | |
map <Leader>ex :open! chrome://extensions<CR> | |
map <Leader>gh :open! https://github.com/klniu<CR> | |
map <Leader>Gh :open https://github.com/klniu<CR> | |
map <Leader>gi :open! https://gist.github.com/klniu<CR> | |
map <Leader>Gi :open https://gist.github.com/klniu<CR> | |
map <Leader>gm :open! https://inbox.google.com<CR> | |
map <Leader>Gm :open https://inbox.google.com<CR> | |
map <Leader>so :open! http://stackoverflow.com<CR> | |
map <Leader>So :open http://stackoverflow.com<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment