Skip to content

Instantly share code, notes, and snippets.

@eailfly
Created July 7, 2016 07:10
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 eailfly/f75c7697a183b2b95cb10378c5940735 to your computer and use it in GitHub Desktop.
Save eailfly/f75c7697a183b2b95cb10378c5940735 to your computer and use it in GitHub Desktop.
let configpath = '/home/eailfly/.cvimrc'
map d closeTab
map b :buffer<Space>
map W :tabdetach<CR>
map u lastClosedTab
map O :history<Space>
map <Leader>t newtab
" The default <Leader> key
let mapleader = ','
" the highlight color in find mode
let highlight = "#ffff00"
" set the default search engine
let defaultengine = "google"
" set the locale of the site being completed/searched on (see example configuration below)
let locale = ""
" the highlight color for the current find match
let activehighlight = "#ff9632"
" the directory to replace ~ when using the file command
let homedirectory = ""
" set the default characters to be used in link hint mode
let hintcharacters = "hjklasdf"
" command bar position
let barposition = "top"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment