voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.48k stars 78 forks source link

<S-Space> shows escape sequences #418

Closed 9mm closed 1 year ago

9mm commented 1 year ago

Environment

If you are using vim(not neovim), fill in the following blanks

If you are using neovim, just run :checkhealth floaterm and post the content

below.

==============================================================================
floaterm: health#floaterm#check

common ~
- Platform: macos
- Nvim: NVIM v0.9.2
- Plugin: eeb3f6b

terminal ~
- OK Terminal emulator is available

floating ~
- OK Floating window is available

Configurations related to vim-floaterm in vimrc(i.e. g:floaterm_xxx):

Describe your question, feature request, or bug.

When I type a word with , for example typing the phrase "SPLIT TEST" it will come out as SPLIT;2uTEST

Steps to reproduce

Open a ZSH shell in floaterm, and type "SPLIT TEST"

Expected behaviour

escape sequences should maybe have a setting or something? (I searched and couldnt find)

Screenshots(Optional, GIF is better)

image
voldikss commented 1 year ago

What if typing outside of vim and floaterm?

9mm commented 1 year ago

Hmm actually, that works but I didnt try testing in nvim rather than neovide (gui), and it appears to be from neovide, sorry

9mm commented 1 year ago

Its actually a neovim bug: https://github.com/neovim/neovim/issues/24093