[tmux] show current cmd in titlebar

This commit is contained in:
Marco Thomas
2022-12-05 00:06:50 +01:00
parent 402d8064c9
commit ea7e645d6a
3 changed files with 6 additions and 24 deletions

View File

@@ -70,6 +70,11 @@ setw -g pane-base-index 1
# styling
set -g status-position bottom
# set terminal window title
set-option -g status-interval 1
set-option -g set-titles on
set-option -g set-titles-string "#H: #W"
# using https://github.com/edkolev/tmuxline.vim
# open vim, `:TmuxLineSnapshot`, save to ~/.tmux.theme
if-shell "test -f ~/.tmux.theme" "source ~/.tmux.theme"