akinsho / toggleterm.nvim

A neovim lua plugin to help easily manage multiple terminal windows
GNU General Public License v3.0
4.06k stars 170 forks source link

[Question] Normal key maps in term #558

Closed tudorjnu closed 4 months ago

tudorjnu commented 4 months ago

I am trying to use normal key maps in a terminal (insert mode), such as CTRL+w for cutting a word and so on. It seems that all key maps that are binded to CTRL inherently do not work, and I am not sure how to fix it. I've tried setting the key maps manually with no success. I am sure this is part of my lack of understanding of NVIM.

akinsho commented 4 months ago

@tudorjnu this is More of a help regarding how to use neovim's terminal rather than an issue with this plug-in. So I'm going to close this out because I don't think this is a good place to try and get those answers. Please try the help docs or ask on Reddit or somewhere else 🙏🏾

tudorjnu commented 4 months ago

No problem! Thank you anyway for the nice plugin :pray: :smile: