Skip to content

Instantly share code, notes, and snippets.

@s-j
Last active October 7, 2015 09:27
Show Gist options
  • Save s-j/3142879 to your computer and use it in GitHub Desktop.
Save s-j/3142879 to your computer and use it in GitHub Desktop.
My .vimrc
set ruler
set backspace=indent,eol,start
set autoindent
set incsearch
set nocompatible
set scrolloff=4
set showcmd
set showmatch
set smartcase
set suffixes=.class,.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
set shiftwidth=4
set sta
set number
set tabstop=4
set wildmode=longest,list
set wrap
colorscheme desert
syntax on
set guioptions-=T
set guioptions-=r
map <F3> :wq!<Enter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment