-
Notifications
You must be signed in to change notification settings - Fork 105
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
<80>kb character in notifications #131
Comments
@folke , can't seem to figure out why issue #142, here, and this one kind of have some sort of problem something in common. I've been facing the same problem too whereby the [SHIFT] key seems to be already pressed then a notification appears whenever the key is actually pressed showing what would have been the result of [SHIFT + ,] which is [<] as illustrated below. |
👍🏻 I have also noticed the issue with |
@Pheon-Dev #142 is an nvin-notify problem, not Noice. This is likely caused by my hack to make keys work in cmdline during substitute. But haven't yet found anything that could cause that. |
Just looked it up and noice.nvim/lua/noice/util/hacks.lua Line 255 in ac29174
|
Thanks for the explanation, it makes more sense now. I'll try to config my nvim-notify a bit better to avoid receiving unnecessary messages |
Once the upstream issue below is solved, this issue can be solved |
I was able to work around the cursor issue by calling |
Describe the bug
Hey, I've noticed that this changes introduced weird behavior when interacting with vim-fugitive.
After doing a git commit within the nvim with the use of
vim-fugitive
there's an extra<80>kb
character present in the notification. See screenshots belowTo Reproduce
Steps to reproduce the behavior:
cc
to open the commit windowwq
Expected Behavior
There's no <80kb>
Screenshots
Before 8463b0 it looked this way
The text was updated successfully, but these errors were encountered: