We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the latest tmux version featuring shell integration 1, it might be nice to integrate it into this prompt.
My primary use-case is navigating between previous/next prompts, and (if I find a good mapping for it) selecting the entirety of a command's output.
Ideally, I think agkozak-zsh-prompt should also take care of the command-output-related sequences through prexec/precmd hooks.
agkozak-zsh-prompt
prexec
precmd
See 2 or 3 for some documentation about this escape sequence.
The text was updated successfully, but these errors were encountered:
It seems I linked to the wrong issue/PR: tmux/tmux#3596.
Sorry, something went wrong.
I see that some terminal emulators already set this up as part of their own shell integration, if configured by the user (e.g: wezterm).
wezterm
So perhaps this should be configurable through an option.
No branches or pull requests
With the latest tmux version featuring shell integration 1, it might be nice to integrate it into this prompt.
My primary use-case is navigating between previous/next prompts, and (if I find a good mapping for it) selecting the entirety of a command's output.
Ideally, I think
agkozak-zsh-prompt
should also take care of the command-output-related sequences throughprexec
/precmd
hooks.See 2 or 3 for some documentation about this escape sequence.
The text was updated successfully, but these errors were encountered: