diff --git a/.tmux.conf b/.tmux.conf index f90e30a..24b4438 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -60,3 +60,8 @@ bind f copy-mode\; send-keys ? # Focus events enabled for terminals that support them set -g focus-events on + +# Move Panes interactively +# https://www.reddit.com/r/commandline/comments/8wv0w6/interactively_moving_panes_to_other_windows/ +unbind m +bind-key m choose-tree -Z "join-pane -t '%%'"