tmux: name windows and sort session selection alphabetically
This commit is contained in:
parent
cbed0107be
commit
43a1b7881b
1 changed files with 7 additions and 0 deletions
|
@ -68,6 +68,13 @@ lib.mkIf (lib.elem "tmux" config.machine.services) {
|
|||
set -g mouse on
|
||||
# Override sorting for session list
|
||||
bind-key s choose-tree -Zs -O name
|
||||
|
||||
# Override sorting for session list
|
||||
bind-key s choose-tree -Zs -O name
|
||||
|
||||
# Update window title
|
||||
set -g set-titles on
|
||||
set -g set-titles-string "tmux: #S / #W"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue