numToStr / FTerm.nvim

:fire: No-nonsense floating terminal plugin for neovim :fire:
MIT License
721 stars 24 forks source link

Cursor stuck out of window as of latest commit #66

Closed dzfrias closed 1 year ago

dzfrias commented 1 year ago

Problem

After commit 0080eaeca3f3ed62d3a1b3d0f84b077dacf88053, whenever I enter a new terminal, my cursor gets stuck outside of the floating window.

Recreating

Just open any terminal window and try to enter something into the prompt.

numToStr commented 1 year ago

I tried it before and it was working fine for me. Would you mind telling me the command that you are running?

dzfrias commented 1 year ago

After further investigation, it appears to only be a problem when editing Go files, so it might be vim-go. I'll close this issue because I don't think there's much you can do about it.