termux-packages icon indicating copy to clipboard operation
termux-packages copied to clipboard

neovim: shift+tab sends tab

Open mklein994 opened this issue 9 years ago • 1 comments

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

mklein994 avatar Dec 06 '16 18:12 mklein994

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.

stale[bot] avatar Nov 18 '21 22:11 stale[bot]