From 751eeb947a20e1bcd6e79a53bc3d15cd27bf2371 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jun 2018 22:36:50 +1200 Subject: Add +title settings to .vimrc --- vim/vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 9fc842b5..9cee7a39 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -150,6 +150,12 @@ if has('linebreak') endif +" Don't set window icons or titles in terminals or the GUI +if has('title') + set noicon + set notitle +endif + " Let me move beyond buffer text in visual block mode if has('virtualedit') set virtualedit+=block -- cgit v1.2.3