Option tweaking
This commit is contained in:
parent
10c2bb12a1
commit
4994075da7
@ -10,6 +10,7 @@ set autowrite
|
|||||||
set background=dark
|
set background=dark
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
set completeopt-=preview
|
set completeopt-=preview
|
||||||
|
set cursorline
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set expandtab
|
set expandtab
|
||||||
set fileformats=unix,dos,mac
|
set fileformats=unix,dos,mac
|
||||||
@ -37,6 +38,7 @@ set shortmess+=I
|
|||||||
set smartcase
|
set smartcase
|
||||||
set smartcase
|
set smartcase
|
||||||
set smarttab
|
set smarttab
|
||||||
|
set t_Co=256
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set ttyfast
|
set ttyfast
|
||||||
set wildmenu
|
set wildmenu
|
||||||
@ -44,14 +46,14 @@ set wrapmargin=1
|
|||||||
|
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
set columns=150
|
set columns=150
|
||||||
set cursorline
|
set lines=50
|
||||||
|
|
||||||
set guioptions-=L
|
set guioptions-=L
|
||||||
set guioptions-=R
|
set guioptions-=R
|
||||||
set guioptions-=T
|
set guioptions-=T
|
||||||
set guioptions-=l
|
set guioptions-=l
|
||||||
set guioptions-=m
|
set guioptions-=m
|
||||||
set guioptions-=r
|
set guioptions-=r
|
||||||
set lines=50
|
|
||||||
|
|
||||||
if has('unix')
|
if has('unix')
|
||||||
set guifont=Terminus\ 12
|
set guifont=Terminus\ 12
|
||||||
|
Loading…
Reference in New Issue
Block a user