Skip to content

Fix tmux shell commands being unavailable outside a running tmux session - #2293

Open
davitenio wants to merge 3 commits into
talonhub:mainfrom
davitenio:refactor/separate-tmux-shell-commands-from-keybinding-commands
Open

Fix tmux shell commands being unavailable outside a running tmux session#2293
davitenio wants to merge 3 commits into
talonhub:mainfrom
davitenio:refactor/separate-tmux-shell-commands-from-keybinding-commands

Conversation

@davitenio

@davitenio davitenio commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Move tmux shell commands into tags/terminal/unix_utilities.talon so they are available outside running tmux sessions and can be imported using the user.unix_utilities tag. Keep tmux keybinding commands in the file specific to running tmux sessions.

@BlueDrink9

BlueDrink9 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

@davitenio while you are creating pull requests for tmux, this has been sitting in my branches un pushed for a while, but I have tested it and found it to be very stable. It includes some things that you have already fixed, but would you be interested in adapting it and merging it with your code? I ask, because this is fresh in your mind but quite stale in my mind, so resolving the merge conflicts will be trickier for me
BlueDrink9@cbac08a

@nriley nriley left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please move the contents of tmux_shell_commands.talon into tags/terminal/unix_utilities.talon. Thanks!

@davitenio

Copy link
Copy Markdown
Contributor Author

would you be interested in adapting it and merging it with your code?

I'll take a look :)

Move tmux shell commands into a terminal-scoped file so they are
available outside running tmux sessions. Keep tmux keybinding
commands in the tmux-session-specific file.
@davitenio
davitenio force-pushed the refactor/separate-tmux-shell-commands-from-keybinding-commands branch from f8ec51f to 3e007c9 Compare August 30, 2026 17:10
@davitenio

Copy link
Copy Markdown
Contributor Author

Please move the contents of tmux_shell_commands.talon into tags/terminal/unix_utilities.talon.

Done!

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-05T23:59:49.107133Z 38d3ba7 New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@github-actions github-actions Bot added lines/50-199 Pull request changes 50 to 199 lines review/updated-after-changes-requested New commits were pushed after changes were requested labels Sep 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lines/50-199 Pull request changes 50 to 199 lines review/updated-after-changes-requested New commits were pushed after changes were requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants