From 34422aa3bd54de8664b0d0fde76e54864ad7edcc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 9 Jul 2024 11:23:22 -0300 Subject: Fix: use 'xtitle -q' --- vimrc.dot.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc.dot.link b/vimrc.dot.link index 3de686b..3a296e7 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -41,7 +41,7 @@ function! ResetTitle(title) " and restore it "exec ":!echo -e '\033kbash\033\\'\" - exec ":!xtitle " a:title + exec ":!xtitle -q " a:title endfunction " Avoid autocmd spam by using augroups and reseting autocmd -- cgit v1.2.3