Skip to content

Commit

Permalink
Don't show toolbar in Gvim
Browse files Browse the repository at this point in the history
  • Loading branch information
sd65 committed Mar 1, 2016
1 parent 77f9b69 commit 07e4acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ set showbreak=↪ " See this char when wrapping text
set encoding=utf-8 " The encoding displayed.
set fileencoding=utf-8 " The encoding written to file.
set synmaxcol=300 " Don't try to highlight long lines
set guioptions-=T " Don't show toolbar in Gvim
" Open all cmd args in new tabs
execute ":silent :tab all"

Expand Down

0 comments on commit 07e4acd

Please sign in to comment.