diff options
| author | Anton Bobov <anton@bobov.name> | 2026-03-05 23:13:38 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2026-03-05 23:13:50 +0500 |
| commit | b79336f28775c9b3bc3ace227b57f8557d9e86c8 (patch) | |
| tree | e6ff9f4f60dd65bf2b9063bfa9a8556ddbd551c1 /files | |
| parent | a988d0f9bccbb8a3abe4b968c838f155b5e1b570 (diff) | |
tmux: set default to time-sorted session tree
Diffstat (limited to 'files')
| -rw-r--r-- | files/.config/tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/.config/tmux/tmux.conf b/files/.config/tmux/tmux.conf index 79debfb..d5d2bcf 100644 --- a/files/.config/tmux/tmux.conf +++ b/files/.config/tmux/tmux.conf @@ -37,6 +37,8 @@ set -g monitor-activity on bind Space copy-mode +bind s choose-tree -Zs -O time + # don't pre-fill with window or session original name when renaming bind '$' command-prompt -p "(rename-session '#S')" "rename-session '%%'" bind , command-prompt -p "(rename-window '#W')" "rename-window '%%'" |
