You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is caused by CSI u mode not having the semantics neovim expects. Following the semantics foot uses in the above PR will probably fix this. On my layout, " is Shift + 2 (and ' is Shift + ,, so this can be reproduced with other combinations of characters like cs"')
The text was updated successfully, but these errors were encountered:
Merry christmas, @classabbyamp . I have fixed this now and it works for me (i could repro it using German keyboard layout as well). I would still like you to confirm that it also works for YOU. :)
You may need to rebuild from source. Please ping us, if you need some kind of assistance.
Contour Terminal version
0.4.0
Installer source
Github: source code cloned (Void package, technically)
Operating System
Void Linux
Architecture
x86-64
Other Software
neovim 0.9.4
vim-surround at this commit, I think: https://github.com/tpope/vim-surround/tree/baf89ad26488f6a7665d51b986f5c7ad2d22b30b
Steps to reproduce
setxkbmap -layout ca
)'a'
a
, and typecs'"
to change the surrounding'
to"
Expected Behavior
buffer contains
"a"
Actual Behavior
buffer contains
<80><fc>^B"a<80><fc>^B"
Additional notes
See also:
csw"
surrounding tpope/vim-surround#313I believe this is caused by CSI u mode not having the semantics neovim expects. Following the semantics foot uses in the above PR will probably fix this. On my layout,
"
is Shift + 2 (and'
is Shift + ,, so this can be reproduced with other combinations of characters likecs"'
)The text was updated successfully, but these errors were encountered: