tmux.conf: Add bind-key J to join marked pane to active window
authorDarshaka Pathirana <dpat@syn-net.org>
Fri, 4 Mar 2022 21:42:15 +0000 (22:42 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Fri, 4 Mar 2022 21:42:15 +0000 (22:42 +0100)
commit591479d07898f560c765505b16c720e4296d7e68
tree370b54c5c871418abdb8f65e2bfeb86ccd9c7630
parent4a3593bce8a535dd6daa7d35267d2dbe04a7a291
tmux.conf: Add bind-key J to join marked pane to active window

We have "bind-key j" which joins "the last active pane to the currently
active window". This is cool, if you are able to directly jump to the
window where the pane should go to. Old people like me do not remember
the window (number) where they came from and skim around until they find
the window in question, try to remember the window number, jump back and
forth from window with the needed pane and finally "join the last active
pane to the currently active window".

This is a bit cumbersome, but with "bind-key m" it is possible to
mark the pane in question, skim around until one fine the window where
the pane belongs and "join the marked pane to the currently active
window".
etc/tmux.conf