Last active
August 29, 2015 14:07
Vim configuration for cvim
This file contains hidden or 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
" Settings | |
set nosmoothscroll | |
set noautofocus | |
let mapleader = " " | |
let barposition = "bottom" | |
let scrollstep = 70 | |
let searchlimit = 50 | |
let blacklists = ["https://mail.google.com/*"] | |
" let autofocus = false | |
let hintcharacters = "uiopjklmn" | |
let completionengines = ["google"] | |
let searchalias g = "google" | |
" Mappings | |
map o :open<Space> | |
map <M-j> :tabprevious<CR> | |
map <M-k> :tabnext<CR> | |
map u :undo<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment