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

Q: How to make toggleterm not capture certain inputs #583

Closed tf42src closed 2 months ago

tf42src commented 2 months ago

I was trying to map Ctrl-down and Ctrl-up to jump between the terminal and my editor buffer. The terminal captures Ctrl-up though, printing [1;5A. Is there a way to not have it capture it?

akinsho commented 2 months ago

This is a neovim level issue, this plugin doesn't handle terminal input or core behaviour at all