Skip to content

Commit

Permalink
Don't set window title
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoble committed Aug 16, 2017
1 parent 400b464 commit fc0ebc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ if has('mouse')
set mouse=a
endif

" Set window title if possible (for Terminal applications)
" DONT set window title if possible (for Terminal applications)--plays weird
if has('title')
set title
set notitle
endif

if &term =~ "xterm-256color"
Expand Down

0 comments on commit fc0ebc5

Please sign in to comment.