From 36c0c5d3af2fccd891e7e36f0df266f4b0e3873e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 24 Aug 2012 10:25:40 +1200 Subject: Some handy join/split bindings --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux') 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 -- cgit v1.2.3