Fix tmux shell commands being unavailable outside a running tmux session - #2293
Conversation
|
@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 |
nriley
left a comment
There was a problem hiding this comment.
Please move the contents of tmux_shell_commands.talon into tags/terminal/unix_utilities.talon. Thanks!
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.
f8ec51f to
3e007c9
Compare
Done! |
…eybinding-commands
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
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.