Created
June 27, 2018 13:46
-
-
Save cesalazar/f83e9c4eebb777567af343079fbd5630 to your computer and use it in GitHub Desktop.
cVimrc
This file contains 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 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