Clean up gui settings
This commit is contained in:
parent
667be21ba6
commit
1b83bb4760
3 changed files with 1 additions and 16 deletions
|
@ -8,15 +8,3 @@ setlocal nolist
|
||||||
setlocal formatoptions-=t
|
setlocal formatoptions-=t
|
||||||
" turn off line width hint
|
" turn off line width hint
|
||||||
setlocal colorcolumn=0
|
setlocal colorcolumn=0
|
||||||
|
|
||||||
" narrow width for gui since text will softwrap based on width
|
|
||||||
if has("gui_running")
|
|
||||||
" narrow the gui window for text wrangling
|
|
||||||
setlocal columns=120
|
|
||||||
endif
|
|
||||||
|
|
||||||
" open full screen with macvim
|
|
||||||
if has("gui_macvim")
|
|
||||||
set fuoptions=maxvert,maxhorz
|
|
||||||
au GUIEnter * set fullscreen
|
|
||||||
endif
|
|
||||||
|
|
3
gvimrc
3
gvimrc
|
@ -3,9 +3,6 @@ source ~/.gvimrc_local
|
||||||
|
|
||||||
" Linux: set gfn=DejaVu\ Sans\ Mono\ 10
|
" Linux: set gfn=DejaVu\ Sans\ Mono\ 10
|
||||||
" Mac: set guifont=Monaco:h14
|
" Mac: set guifont=Monaco:h14
|
||||||
" from the help, recommended for tallest possible
|
|
||||||
set lines=9999
|
|
||||||
set columns=9999
|
|
||||||
set background=dark
|
set background=dark
|
||||||
"" enable antialiasing for environments supporting it
|
"" enable antialiasing for environments supporting it
|
||||||
set anti
|
set anti
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -113,4 +113,4 @@ if has("gui_macvim")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" make sure to set TERM to xterm-256color in terminal program or app
|
" make sure to set TERM to xterm-256color in terminal program or app
|
||||||
colorscheme solarized
|
colorscheme desert
|
||||||
|
|
Loading…
Reference in a new issue