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
I'm using zsh with vi keybindings for my prompt. When I use Y to copy text and paste it to the current prompt it does not work as expected.
Y
When I'm in insert mode everything is fine. When I'm in normal mode the text gets butchered (because tmux-yank does not enter insert mode)
I can work around this issue but it would be nice if tmux-yank would check if the prompt is in normal mode and enter insert mode.
The text was updated successfully, but these errors were encountered:
I think this is a related issue: #107
Sorry, something went wrong.
No branches or pull requests
I'm using zsh with vi keybindings for my prompt.
When I use
Y
to copy text and paste it to the current prompt it does not work as expected.When I'm in insert mode everything is fine.
When I'm in normal mode the text gets butchered (because tmux-yank does not enter insert mode)
I can work around this issue but it would be nice if tmux-yank would check if the prompt is in normal mode and enter insert mode.
The text was updated successfully, but these errors were encountered: