Skip to content

Instantly share code, notes, and snippets.

@hirochachacha
Created January 10, 2020 02:34
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 hirochachacha/8625fe7acf92cd31784891999f5874ae to your computer and use it in GitHub Desktop.
Save hirochachacha/8625fe7acf92cd31784891999f5874ae to your computer and use it in GitHub Desktop.
cVimrc
set noautofocus
set cncpcompletion
set smoothscroll
let scrollstep = 250
map h previousTab
map l nextTab
map d closeTab
map u lastClosedTab
map <C-h> moveTabLeft
map <C-l> moveTabRight
let blacklists = ["https://zyx.fplay.xyz/*","https://plicy.net/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment