aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-10-28 19:42:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-10-28 19:42:48 +1300
commitfa4708ce977b854d7a22b0c147c77595c2ffa8fc (patch)
tree98346f4a67cccffd7b492e4e3677280857c29343 /tmux
parentDifferent phrase to search for (diff)
downloaddotfiles-fa4708ce977b854d7a22b0c147c77595c2ffa8fc.tar.gz
dotfiles-fa4708ce977b854d7a22b0c147c77595c2ffa8fc.zip
Choose tmux sessions only
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