X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Ftmux.conf;h=71be90b70b4c8fac4a7d96118b9205865c8a6d12;hb=591479d07898f560c765505b16c720e4296d7e68;hp=0c55b579da821f1613df87e898ef095b0f41d72f;hpb=4a3593bce8a535dd6daa7d35267d2dbe04a7a291;p=grml-etc-core.git diff --git a/etc/tmux.conf b/etc/tmux.conf index 0c55b57..71be90b 100644 --- a/etc/tmux.conf +++ b/etc/tmux.conf @@ -22,6 +22,10 @@ bind-key '\' confirm-before kill-session ### join the last active pane to the currently active window bind-key j join-pane -s ! +### join the marked pane to the currently active window +### ('bind-key m select-pane -m' is default to mark the current pane) +bind-key J join-pane + ### Move current window to session named "bg" (and create session if it does not exist) bind-key B if-shell "! tmux has-session -t bg" "new-session -d -s bg" \; move-window -t bg