From b79336f28775c9b3bc3ace227b57f8557d9e86c8 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 5 Mar 2026 23:13:38 +0500 Subject: tmux: set default to time-sorted session tree --- files/.config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files') 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 '%%'" -- cgit v1.2.3