Last active
October 7, 2015 09:27
-
-
Save s-j/3142879 to your computer and use it in GitHub Desktop.
My .vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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