jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.41k stars 607 forks source link

Windows: can't bind <Up> and <Down> to `move-up` and `move-down` #1228

Open dubik opened 2 years ago

dubik commented 2 years ago

I installed git-windows 2.35.1. which has tig 2.5.5. Cursor up and down keys are bound to weird actions. Rebinding in the config doesn't change that:

bind generic <Up> move-up
bind generic <Down> move-down

However, if I replace <Up> and <Down> with i and p then it works. Is there a way to check how tig interprets cursor keys? May be terminal maps up and down to something else then <Up> and <Down>?