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

Preserve vi mode? #588

Closed rew1nter closed 1 month ago

rew1nter commented 1 month ago

With vi mode on bash, toggleterm always goes back to normal mode when the terminal is re-opened. Is there a way to preserve the vi mode ?

akinsho commented 1 month ago

This functionality relates specifically to neovim not this plugin so I would look for a solution there rather than from this plugin

rew1nter commented 1 month ago

Interesting. Nvterm, a similar plugin, on the other hand, handles this pretty well :/