Skip to content

feat: implement draggable split panes#815

Open
marshall007 wants to merge 1 commit into
pop-os:masterfrom
marshall007:marshall/322-draggable-split-panes
Open

feat: implement draggable split panes#815
marshall007 wants to merge 1 commit into
pop-os:masterfrom
marshall007:marshall/322-draggable-split-panes

Conversation

@marshall007
Copy link
Copy Markdown

Fixes #322. This code is AI generated with manual human review and cleanup. See attached video for demonstration of functionality.

draggable-panes.mp4

Looking for feedback on choice of modifier binding. I am using Alt+Left-Click, but since this is intercepted before mouse-mode reporting, it could interfere with bindings folks have setup in programs like tmux. At minimum I think we'll need the ability to disable pane dragging in via configuration.


  • I have disclosed use of any AI generated code in my commit messages.
    • If you are using an LLM, and do not fully understand the changes it is making to the code base, do not create a PR.
    • In our experience, AI generated code often results in overly complex code that lacks enough context for a proper fix or feature inclusion. This results in considerably longer code reviews. Due to this, AI authored or partially authored PRs may be closed without comment.
  • I understand these changes in full and will be able to respond to review comments.
  • My change is accurately described in the commit message.
  • My contribution is tested and working as described.
  • I have read the Developer Certificate of Origin and certify my contribution under its conditions.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow drag-and-drop rearrangement of terminal splits

1 participant