.vimrc: Cleanup
Remove duplicate incsearch and move color options together.
This commit is contained in:
parent
94db3bdd01
commit
e3b1138917
3
.vimrc
3
.vimrc
@ -4,8 +4,6 @@ set softtabstop=4 " number of spaces in tab when editing
|
||||
set shiftwidth=4 " number of spaces in an indent
|
||||
set expandtab " tabs are spaces
|
||||
set backspace=2 " backspace like in a graphical text editor
|
||||
set background=dark
|
||||
set incsearch
|
||||
set wildmode=longest,list " change filename autocomplete to be more like bash
|
||||
set mouse=v " some vim defaults to mouse=a, which sucks for copying and pasting in Xorg
|
||||
syntax on
|
||||
@ -13,6 +11,7 @@ filetype on " enable file type detection
|
||||
filetype plugin on " enable file type plugins
|
||||
filetype indent on " enable file type indents
|
||||
|
||||
set background=dark
|
||||
colorscheme solarized
|
||||
|
||||
" for per-directory vimrc files
|
||||
|
Loading…
Reference in New Issue
Block a user