numToStr / FTerm.nvim

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

Question on escape key! #70

Closed sozoalvin closed 1 year ago

sozoalvin commented 1 year ago

Hi! Coming from reddit. Not sure if this is the best place to ask something.

If I toggle the term, what does pressing escape do? Does it shift the focus to the buffer that was last opened before opening a floating term?

If yes, can this behavior be changed? E.g. disabling esc key in the floating term

I'm asking because I'll like to use fterm with lazygit and would need to use esc there.. many thanks in advance for your help!!

numToStr commented 1 year ago

<ESC> does nothing unless you bind it via :tnoremap or via lazygit. I would suggest you to try and see for yourself.