tmux: add move pane function
This commit is contained in:
parent
3576e74de0
commit
1402d131d4
1 changed files with 5 additions and 0 deletions
|
@ -60,3 +60,8 @@ bind f copy-mode\; send-keys ?
|
||||||
|
|
||||||
# Focus events enabled for terminals that support them
|
# Focus events enabled for terminals that support them
|
||||||
set -g focus-events on
|
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 '%%'"
|
||||||
|
|
Loading…
Reference in a new issue