tmux: add move pane function

This commit is contained in:
Michael Grote 2024-10-29 14:10:52 +01:00
parent 3576e74de0
commit 1402d131d4

View file

@ -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 '%%'"