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 ! +