aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 7bb72dd8..655c1371 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -36,6 +36,9 @@ bind-key l select-pane -R
bind-key J choose-window "join-pane -h -s '%%'"
bind-key B break-pane -d
+# Choose only sessions, don't care about windows
+bind-key s choose-session
+
# Activity
set-window-option -g monitor-activity on
set-window-option -g window-status-activity-attr none