numToStr / FTerm.nvim

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

Question: does this plugin add the toggle action for the `<TAB>` key? #103

Closed shaggyz closed 3 months ago

shaggyz commented 3 months ago

Hello, thanks for the plugin, I use it a lot!

I have a question regarding the <TAB> key action, is this something added by this plugin? Every time I press <TAB> the terminal toggles (in nvim and within the terminal window).

I've tried nvim --clean and this is not happening, then I tried nvim with only this plugin installed and the <TAB> behavior started again, that's the reason of my question.

The weird thing is that I don't see any mapping to the <TAB> key with :verbose map <tab>.

I would like to disable this mapping, BTW.

Thanks in advance!

shaggyz commented 3 months ago

I checked the code and didn't see any reference to the mapping, I ended adding this to my configuration to fix it:

tunmap <Tab>