Skip to content

Instantly share code, notes, and snippets.

@freeo
Last active September 7, 2021 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freeo/33727acf60bea1af96bc to your computer and use it in GitHub Desktop.
Save freeo/33727acf60bea1af96bc to your computer and use it in GitHub Desktop.
cVimrc
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