Skip to content

Instantly share code, notes, and snippets.

@cesalazar
Created June 27, 2018 13:46
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 cesalazar/f83e9c4eebb777567af343079fbd5630 to your computer and use it in GitHub Desktop.
Save cesalazar/f83e9c4eebb777567af343079fbd5630 to your computer and use it in GitHub Desktop.
cVimrc
set smoothscroll
let defaultengine = "duckduckgo"
let completionengine = ["duckduckgo"]
map <A-j> previousTab
map <A-k> nextTab
map yt :tabnew @%<CR>
map yf yankUrl
map R reloadTabUncached
map , lastUsedTab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment