Closed dcampos closed 3 years ago
1- Open an empty file, press Ctrl-v in insert mode and press bar key. If it prints something send me it. 2- I looked brazilian layout and bar key is above the windows key, are you pressing Ctrl-Alt or Altgr or alone for typing bar?
<c-v>|
, it prints <S-Bar>
. In the terminal (kitty and terminator), it just prints |
.Shift+\
I checked and this issue happens also in neovide: it also prints <S-Bar>
. It doesn't happen in nvui or neovim-gtk, which are UIs I've used recently.
I've tried the latest release and it works now after the fix. Thanks for looking into this!
Please complete the following information:
Describe the bug
Any mapping that contains <bar> (VimScript) or "|" (Lua) doesn't work. I use
<leader>|
to split the current window vertically.I use a keyboard with Brazilian layout, don't know if that is causing the issue.
Steps to reproduce
Just create any mapping with a vertical bar on the left-hand side, as in the examples below.
Your neoray config in init.vim (Only the part that concerns neoray!)
Crash log if available (may be generated by neoray after crash)
Debug output (you can generate starting neoray with --verbose option)