aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc6
1 files changed, 6 insertions, 0 deletions
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