term title

This commit is contained in:
Loic Nageleisen 2016-11-30 09:50:10 +01:00
parent 0792c2d555
commit df62e466bf

6
vimrc
View file

@ -181,4 +181,10 @@ source $VIMRUNTIME/macros/matchit.vim
"crontab -e "crontab -e
au! BufNewFile,BufRead crontab.* set nobackup | set nowritebackup au! BufNewFile,BufRead crontab.* set nobackup | set nowritebackup
"term title
set title
set t_ts=]6;
set t_fs=
auto BufEnter * let &titlestring = "file://" . hostname() . expand("%:p")
" vim: ft=vim " vim: ft=vim