Open mklein994 opened 7 years ago
This issue/PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Shift-Tab seems to work here with current termux and neovim.
<S-Tab>
is useful for going to the previous match after using Neovim's'wildchar'
feature.Using
<S-Tab>
(with the tab key in the extra keys bar) in Neovim doesn't work; it only produces a tab character:^I
. The same problem happens when I enter<C-S-i>
(i.e. Shift, then VolDown+i), which I thought would send the same key combination.As a workaround, both
<Left>
and<C-p>
work (see:help c_CTRL-P
).Note: Normally, terminals don't distinguish between
<C-
and<C-S-
sequences, but Neovim has a workaround for specific ones (see https://neovim.io/doc/user/vim_diff.html#nvim-features).