From 67c181b213519205fe0e7bac4646349652835dbb Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 27 Aug 2020 09:16:27 +0200 Subject: Update to p10k, and do some small updates --- Common/vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Common/vimrc') diff --git a/Common/vimrc b/Common/vimrc index c2d766c..d2cab00 100644 --- a/Common/vimrc +++ b/Common/vimrc @@ -331,6 +331,11 @@ map x :e ~/buffer.md " Toggle paste mode on and off map pp :setlocal paste! +" Send title of files to tmux +autocmd BufEnter * let &titlestring = ' ' . expand("%:t") +autocmd BufEnter * let &titlestring = expand("%t") +set title + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Helper functions -- cgit v1.2.3