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
|
|
@ -333,6 +333,7 @@ in
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
set -g @continuum-save-interval '10'
|
set -g @continuum-save-interval '10'
|
||||||
|
set -g status-right '#{E:@bar-content}'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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-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-current-format '#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]'
|
||||||
tmux set -g window-status-separator ' │ '
|
tmux set -g window-status-separator ' │ '
|
||||||
tmux set -g status-right "$indicator $bar_content "
|
tmux set -g @bar-content "$indicator $bar_content "
|
||||||
;;
|
;;
|
||||||
switch)
|
switch)
|
||||||
session="$(tmux ls -F '#S' | tail -n "+$(($2 + 1))" | head -1)"
|
session="$(tmux ls -F '#S' | tail -n "+$(($2 + 1))" | head -1)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue