Skip to content
New issue

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

bug: executing command causing autocomplete in fish shell #250

Closed
mikesmithgh opened this issue May 23, 2024 · 1 comment · Fixed by #251
Closed

bug: executing command causing autocomplete in fish shell #250

mikesmithgh opened this issue May 23, 2024 · 1 comment · Fixed by #251
Labels

Comments

@mikesmithgh
Copy link
Owner

mikesmithgh commented May 23, 2024

  • Change shell to fish
  • Open kitty-scrollback.nvim
  • type ls and press <C-CR>

Autocomplete is shown in the executing command due to appending a NUL character

bug-fish-autocomplete.mp4
mikesmithgh added a commit that referenced this issue May 23, 2024
When executing a command, the ending NUL character
triggers fish shell autocompletion. This doesn't
impact functionality but looks odd. Replace NUL
character with right arrow to fix this issue and
keep the desired behavior of removing selection
after paste in bash shell.

closes #250
mikesmithgh added a commit that referenced this issue May 23, 2024
When executing a command, the ending NUL character
triggers fish shell autocompletion. This doesn't
impact functionality but looks odd. Replace NUL
character with an empty brackraced paste to fix
this issue and keep the desired behavior of
removing selection after paste in bash shell.

closes #250
mikesmithgh added a commit that referenced this issue May 23, 2024
When executing a command, the ending NUL character
triggers fish shell autocompletion. This doesn't
impact functionality but looks odd. Replace NUL
character with an empty bracketed paste to fix
this issue and keep the desired behavior of
removing selection after paste in bash shell.

closes #250
mikesmithgh pushed a commit that referenced this issue May 23, 2024
## [4.3.5](v4.3.4...v4.3.5) (2024-05-23)

### Bug Fixes

* **fish:** use empty bracketed paste instead of NUL char ([#251](#251)) ([af16e06](af16e06)), closes [#250](#250)
@mikesmithgh
Copy link
Owner Author

🎉 This issue has been resolved in version 4.3.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant