voldikss/vim-floaterm

<S-Space> shows escape sequences

Closed this issue · 3 comments

9mm commented

Environment

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

  • Output of vim --version:

  • Platform: 13.5.2 (22G91)

    • Linux
    • Mac OS X
    • Windows

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

What if typing outside of vim and floaterm?

9mm commented

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

Its actually a neovim bug: neovim/neovim#24093