From 75af48dc19dda9f18f49571508e719a2ee9911c8 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Tue, 9 Apr 2013 14:38:33 +0200 Subject: [PATCH] Added tmux.conf --- tmux.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..818a75d --- /dev/null +++ b/tmux.conf @@ -0,0 +1,12 @@ +#set-option mouse-resize-pane on + +bind-key T select-layout tiled + +# pane movement +bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'" +bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'" +bind-key S break-pane + +# switch to previously active window +bind-key b select-window -t ! +