Created
May 10, 2019 06:34
-
-
Save zenlor/3d21b16ca5ea916209706b822fad27bf to your computer and use it in GitHub Desktop.
my 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 autoupdategist | |
set noautofocus | |
set nocncpcompletion | |
set smoothscroll | |
set hud | |
set noregex | |
set noinsertmappings | |
set typelinkhints | |
set defaultnewtabpage | |
let scrollduration = 10 | |
let searchlimit = 40 | |
let searchalias g = "google" | |
let mapleader = "\\" | |
let barposition = "bottom" | |
let typelinkhintsdelay = "0" | |
let hintcharacters = "fdsawerjkiop" | |
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 F createActiveTabbedHint | |
map f createHint | |
map p openPasteTab | |
map P openPaste | |
map S :open google<Space> | |
map s :tabnew google<Space> | |
map i goToInput | |
map u lastClosedTab | |
map <C-z> toggleCvim | |
map <Leader>cl :tabopen chrome://chrome/settings/clearBrowserData<CR> | |
map <Leader>ex :tabopen chrome://extensions<CR> | |
site "https://mail.google.com/*" { | |
unmapAll | |
} | |
let blacklists = ["https://*.slack.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment