window title

This commit is contained in:
Daniel Lundin 2020-09-28 23:39:34 +02:00
parent 12c75463e8
commit 63cbd05c31
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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: