mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
term title
This commit is contained in:
parent
0792c2d555
commit
df62e466bf
1 changed files with 6 additions and 0 deletions
6
vimrc
6
vimrc
|
|
@ -181,4 +181,10 @@ source $VIMRUNTIME/macros/matchit.vim
|
|||
"crontab -e
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue