Skip to content

Add prefix M-Enter to open a new terminal in popup#5786

Open
vtmx wants to merge 1 commit into
basecamp:devfrom
vtmx:tmux-add-popup-bind
Open

Add prefix M-Enter to open a new terminal in popup#5786
vtmx wants to merge 1 commit into
basecamp:devfrom
vtmx:tmux-add-popup-bind

Conversation

@vtmx
Copy link
Copy Markdown
Contributor

@vtmx vtmx commented May 12, 2026

Prefx M-Enter open a new terminal in popup mode.

Copilot AI review requested due to automatic review settings May 12, 2026 20:52
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a tmux keybinding to open an interactive terminal inside a tmux popup, improving quick “scratch terminal” workflows without splitting panes or creating new windows.

Changes:

  • Add prefix + M-Enter binding to open display-popup rooted at the current pane’s working directory.

Tip

If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread config/tmux/tmux.conf
bind -T copy-mode-vi y send -X copy-selection-and-cancel

# Pane Controls
bind M-Enter display-popup -d "#{pane_current_path}" -E "bash"
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.

2 participants