tmux: sort session chooser alphabetically
This commit is contained in:
parent
d7143cde63
commit
02182f5134
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ lib.mkIf (lib.elem "tmux" config.machine.services) {
|
|||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
# Enable mouse interactions (scroll buffer)
|
||||
set -g mouse on
|
||||
# Override sorting for session list
|
||||
bind-key s choose-tree -Zs -O name
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue