From 0d2b93d917d488441fefedb93c465256ec92df33 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 27 Apr 2022 21:46:16 +1200 Subject: Don't let Vim change X terminal window titles --- vim/vimrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vim/vimrc') 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 -- cgit v1.2.3