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
If execute a command that begins with space and pasting text thereafter, previous command is appended to that text.
Steps to reproduce the behavior:
_echo '1'
_
_CMD+V
Expected: have pasted text only Actual: pasted and previous command from 1.
Problem seems to be with something related to MAGIC_FUNCTIONS, although seems to run fine with same config on High Sierra (though zsh version is 5.3)
MAGIC_FUNCTIONS
The text was updated successfully, but these errors were encountered:
@own2pwn, look - it helped me.
Sorry, something went wrong.
It's looks like a duplicate of #351
Sourcing the code in this snippet solves the problem for me: #351 (comment)
No branches or pull requests
Describe the bug
If execute a command that begins with space and pasting text thereafter, previous command is appended to that text.
To Reproduce
Steps to reproduce the behavior:
_echo '1'
where_
means space_CMD+V
Expected: have pasted text only
Actual: pasted and previous command from 1.
Screenshots
screens
Desktop
Additional context
Problem seems to be with something related to
MAGIC_FUNCTIONS
, although seems to run fine with same config on High Sierra (though zsh version is 5.3)The text was updated successfully, but these errors were encountered: