tmux: name windows and sort session selection alphabetically
This commit is contained in:
parent
efe1adadb8
commit
185f64caf1
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
|
set -g mouse on
|
||||||
# Override sorting for session list
|
# Override sorting for session list
|
||||||
bind-key s choose-tree -Zs -O name
|
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