mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 10:52:18 +00:00
tmux: tweaks
This commit is contained in:
parent
ce5454ff7a
commit
c0691116b1
1 changed files with 2 additions and 3 deletions
|
@ -39,9 +39,8 @@
|
||||||
bind -n M-j previous-window # alt+j
|
bind -n M-j previous-window # alt+j
|
||||||
bind -n M-k next-window # alt+k
|
bind -n M-k next-window # alt+k
|
||||||
|
|
||||||
# auto window rename
|
# shorter status update interval
|
||||||
set-option -g automatic-rename
|
set-option -g status-interval 1
|
||||||
set-option -g automatic-rename-format '#{pane_current_command}'
|
|
||||||
|
|
||||||
# display up to 20 chars of session name
|
# display up to 20 chars of session name
|
||||||
set-option -g status-left-length 20
|
set-option -g status-left-length 20
|
||||||
|
|
Loading…
Reference in a new issue