Last active
July 11, 2016 16:54
-
-
Save carlsverre/e5b80d23723f47d6ea85315bc752d27a to your computer and use it in GitHub Desktop.
cVim config
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 nosmoothscroll | |
set noautofocus | |
set typelinkhints | |
let searchlimit = 30 | |
let scrollduration = 10 | |
let scrollstep = 70 | |
let searchalias g = "google" | |
let barposition = "bottom" | |
let completionengines = ["google"] | |
command g tabnew google | |
unmap J K | |
map J :tabnext<CR> | |
map K :tabprev<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment