window title
This commit is contained in:
parent
12c75463e8
commit
63cbd05c31
2 changed files with 2 additions and 1 deletions
|
@ -130,6 +130,7 @@ set lazyredraw
|
|||
set autochdir
|
||||
set autoread "Reload files changed outside vim
|
||||
set nofoldenable " disable folding
|
||||
set title
|
||||
|
||||
" Wordwrap
|
||||
" set formatoptions=l
|
||||
|
|
|
@ -61,6 +61,6 @@ set -g status-left "#[bg=#263238,fg=#78909C] #I #[bg=#455a64,fg=#cfd8dc] #{=|60|
|
|||
set -g status-right '#[bg=#0d47a1,fg=#e1f5fe] ☸ #(kubectl config current-context) #(gitmux -cfg ~/.config/gitmux/gitmux.yaml "#{pane_current_path}")'
|
||||
|
||||
set -g set-titles on
|
||||
set -g set-titles-string "#H:#T"
|
||||
set -g set-titles-string "#H - #T"
|
||||
|
||||
# vim:set ft=tmux:
|
||||
|
|
Loading…
Reference in a new issue