summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 3a4fd8cc..d9673ab1 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -30,6 +30,12 @@ bind "\\" send-prefix
# unbind C-\\
bind "C-\\" last-window
+# detach all other clients: useful when other clients on other machines are
+# making Irssi too small; can easily reconnect from those machines when wanted
+# thanks to my ssh-and-tmux-term script or just by hitting i3 shortcut to
+# relaunch
+bind "K" detach-client -a
+
# # splitting should maintain current working directory
# bind '"' split-window -c "#{pane_current_path}"
# bind % split-window -h -c "#{pane_current_path}"