aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 23:59:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 23:59:45 +1200
commit2c3ba061cd709aac08907e2df08d8257c7f5a492 (patch)
treef9aca7610c7e5af87d2bc9b71be8b702a520572e
parentRemove 'ruler' Vim option (diff)
downloaddotfiles-2c3ba061cd709aac08907e2df08d8257c7f5a492.tar.gz
dotfiles-2c3ba061cd709aac08907e2df08d8257c7f5a492.zip
Revert "Add +title settings to .vimrc"
This reverts commit 751eeb947a20e1bcd6e79a53bc3d15cd27bf2371.
-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