Skip to content

Instantly share code, notes, and snippets.

@smlb
Created May 13, 2014 14:12
Show Gist options
  • Save smlb/b8f6dd843d8213c6dae1 to your computer and use it in GitHub Desktop.
Save smlb/b8f6dd843d8213c6dae1 to your computer and use it in GitHub Desktop.
.vimperatorrc: nothing special, sono few config
set gui=nonavigation
set cpt=l
set visualbell
set noerrorbells
set hintchars=abcdefghijklmnopqrstuvwxyz
map <Right> gt
map <Left> gT
map <C-s> /
colorscheme molokai
highlight Hint font-family: monospace; font-size: 13px; font-weight: bold; text-transform: uppercase; color: white; background-color: blue; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 1px 0px 1px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment