Skip to content

Instantly share code, notes, and snippets.

@tskardal
Created June 9, 2010 10:19
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 tskardal/431298 to your computer and use it in GitHub Desktop.
Save tskardal/431298 to your computer and use it in GitHub Desktop.
Vim settings
set expandtab
set tabstop=4
set shiftwidth=4
let moria_style = 'dark'
colo moria
syntax on
set backspace=2
set nocompatible
set number
"save using sudo
cmap w!! %!sudo tee > /dev/null %
"minibuf options
let g:miniBufExplMapWindowNavVim = 1
let g:miniBufExplMapWindowNavArrows = 1
let g:miniBufExplMapCTabSwitchBufs = 1
let g:miniBufExplModSelTarget = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment