Last active
September 7, 2021 19:32
-
-
Save freeo/33727acf60bea1af96bc 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 nosmoothscroll | |
set noautofocus | |
let hintcharacters = "fdkslaghrueiwoqpj" | |
map f createTabbedHint | |
map F createHint | |
map s createHint | |
map h previousTab | |
map l nextTab | |
map d closeTab | |
map u lastClosedTab | |
map <C-d> scrollPageDown | |
map <C-u> scrollPageUp | |
map q :buffer<Space> | |
map b :buffer<Space> | |
map B :bookmarks<Space> | |
map c :duplicate<CR> | |
let blacklists = ["http://localhost/*","https://oneplace.ehr.com/*","https://portal.azure.com/*","https://*.azurewebsites.net"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment