Skip to content

Enable tmux mouse support during devcontainer setup#29

Merged
PabloZaiden merged 1 commit into
mainfrom
add-tmux-conf-with-mouse-support-during-839718b
Jun 10, 2026
Merged

Enable tmux mouse support during devcontainer setup#29
PabloZaiden merged 1 commit into
mainfrom
add-tmux-conf-with-mouse-support-during-839718b

Conversation

@PabloZaiden

Copy link
Copy Markdown
Owner

Summary

  • Add setup logic to create a .tmux.conf in the devcontainer user's home directory
  • Configure tmux with set -g mouse on so mouse support is enabled by default

Copilot AI review requested due to automatic review settings June 10, 2026 14:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the devcontainer/runner setup script to ensure tmux mouse mode is enabled by default by writing the appropriate setting into the user’s ~/.tmux.conf.

Changes:

  • Add an idempotent setup step that appends set -g mouse on to ~/.tmux.conf during runner initialization.

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

@PabloZaiden PabloZaiden merged commit 2eba8fc into main Jun 10, 2026
2 checks passed
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