Tweaking options

This commit is contained in:
Alex Yatskov 2015-01-30 16:30:09 +09:00
parent 48c39a4cf6
commit 14695ffcde

View File

@ -9,9 +9,7 @@ set backspace=indent,eol,start
set encoding=utf-8 set encoding=utf-8
set expandtab set expandtab
set fileformats=unix,dos,mac set fileformats=unix,dos,mac
set hidden
set hlsearch set hlsearch
set ignorecase
set incsearch set incsearch
set laststatus=2 set laststatus=2
set linebreak set linebreak
@ -45,6 +43,6 @@ if has('gui_running')
set lines=50 set lines=50
endif endif
if $SHELL =~ 'bin/fish' if &shell =~ 'bin/fish'
set shell=/bin/sh set shell=/bin/sh
endif endif