Kerruba
8/9/2016 - 6:18 PM

cvim config

cvim config

" Settings - Mouseless
set barposition "bottom"
set nosmoothscroll
set noautofocus " The opposite of autofocus; this setting stops
                " sites from focusing on an input box when they load
set typelinkhints
let searchlimit = 30
let scrollstep = 70
let barposition = "bottom"
let mouselesshintcharacters = "1234"
command t tabnew
command n new
command fl tabnew chrome://flags
let mapleader = ","
" Mappings
map <Leader>r reloadTabUncached
map <Leader>ra reloadAllTabs
map <Leader>d :duplicate<CR>