back to terminus in gvim
This commit is contained in:
parent
286691dfd2
commit
7155b4da95
1 changed files with 3 additions and 3 deletions
6
vimrc
6
vimrc
|
@ -95,6 +95,7 @@ if v:version >= 700
|
||||||
" airline options
|
" airline options
|
||||||
let g:airline_symbols = {}
|
let g:airline_symbols = {}
|
||||||
let g:airline_symbols.whitespace = '!'
|
let g:airline_symbols.whitespace = '!'
|
||||||
|
let g:airline_powerline_fonts = 1
|
||||||
|
|
||||||
" bufferline options
|
" bufferline options
|
||||||
let g:bufferline_show_bufnr = 0
|
let g:bufferline_show_bufnr = 0
|
||||||
|
@ -118,14 +119,13 @@ if v:version >= 700
|
||||||
let NERDTreeDirArrows=1
|
let NERDTreeDirArrows=1
|
||||||
set guioptions=aegimLl
|
set guioptions=aegimLl
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set guifont=Monofur\ 11
|
set guifont=Terminus\ 11
|
||||||
set novb
|
set novb
|
||||||
set guicursor=a:blinkon0
|
set guicursor=a:blinkon0
|
||||||
map <S-Insert> <MiddleMouse>
|
map <S-Insert> <MiddleMouse>
|
||||||
map! <S-Insert> <MiddleMouse>
|
map! <S-Insert> <MiddleMouse>
|
||||||
colorscheme jellybeans
|
colorscheme jellybeans
|
||||||
elseif &t_Co > 88
|
elseif &t_Co > 87
|
||||||
let g:airline_powerline_fonts = 1
|
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue