aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 17927fbc..98023f3f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -145,12 +145,6 @@ 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