termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.39k stars 3.09k forks source link

neovim: shift+tab sends tab #581

Open mklein994 opened 7 years ago

mklein994 commented 7 years ago
Name Version
Android 7.1 (CyanogenMod 14.1 nightly)
Architecture arm
Termux 0.42
Neovim 0.2.0.201611271920

<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).

stale[bot] commented 3 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.

joshtriplett commented 2 months ago

Shift-Tab seems to work here with current termux and neovim.