aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-24 10:25:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-24 10:25:40 +1200
commit36c0c5d3af2fccd891e7e36f0df266f4b0e3873e (patch)
tree2996356a6185bfe48c32fe128ea3cc1f642fa6f2
parentNew submodule commits (diff)
downloaddotfiles-36c0c5d3af2fccd891e7e36f0df266f4b0e3873e.tar.gz
dotfiles-36c0c5d3af2fccd891e7e36f0df266f4b0e3873e.zip
Some handy join/split bindings
-rw-r--r--tmux/tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index ce43ad6e..11f398c8 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -27,6 +27,10 @@ bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
+# Join and break panes
+bind-key J choose-window "join-pane -h -s '%%'"
+bind-key B break-pane -d
+
# Activity
set-window-option -g monitor-activity on
set-window-option -g window-status-activity-attr none