mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
New command, join-pane, to split and move an existing pane into the space (like
splitw then movep, or the reverse of breakp).
This commit is contained in:
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ SRCS= attributes.c cfg.c client.c clock.c \
|
||||
cmd-last-window.c cmd-link-window.c cmd-list-buffers.c \
|
||||
cmd-list-clients.c cmd-list-commands.c cmd-list-keys.c \
|
||||
cmd-list-sessions.c cmd-list-windows.c cmd-list-panes.c \
|
||||
cmd-list.c cmd-load-buffer.c \
|
||||
cmd-list.c cmd-load-buffer.c cmd-join-pane.c \
|
||||
cmd-lock-server.c cmd-lock-client.c cmd-lock-session.c \
|
||||
cmd-move-window.c cmd-new-session.c cmd-new-window.c \
|
||||
cmd-next-layout.c cmd-next-window.c cmd-paste-buffer.c \
|
||||
|
Reference in New Issue
Block a user