fix(tmux): continuum ought to work now
This commit is contained in:
parent
d09305dff2
commit
f879bb41df
2 changed files with 2 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ bar)
|
|||
tmux set -g window-status-format '#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]'
|
||||
tmux set -g window-status-current-format '#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]'
|
||||
tmux set -g window-status-separator ' │ '
|
||||
tmux set -g status-right "$indicator $bar_content "
|
||||
tmux set -g @bar-content "$indicator $bar_content "
|
||||
;;
|
||||
switch)
|
||||
session="$(tmux ls -F '#S' | tail -n "+$(($2 + 1))" | head -1)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue