aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-27 21:46:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-27 21:46:16 +1200
commit0d2b93d917d488441fefedb93c465256ec92df33 (patch)
treef64d21e1e271780b758052758cd50a53b9d35097 /vim/vimrc
parentAdd ncmpcpp config (diff)
downloaddotfiles-0d2b93d917d488441fefedb93c465256ec92df33.tar.gz
dotfiles-0d2b93d917d488441fefedb93c465256ec92df33.zip
Don't let Vim change X terminal window titles
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 9b916564..13d73764 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -811,6 +811,12 @@ set shortmess+=I
"
set splitbelow splitright
+" I don’t like the titles of my terminal windows being changed, especially
+" when changing them back doesn’t actually work. Just leave them alone, Vim,
+" even if you think you can handle it.
+"
+set notitle
+
" Vim has an internal list of terminal types that support using smoother
" terminal redrawing, and for which 'ttyfast' is normally set, described in
" `:help 'ttyfast'`. That list includes most of the terminals I use, but