ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.57k stars 259 forks source link

Add alacritty to terminals with keycode fixes #571

Closed edlanglois closed 2 years ago

edlanglois commented 3 years ago

Fixes arrow keys, \<F5>, and possibly others for the Alacritty terminal.

Fixes #534 (when using Alacritty).

ncfavier commented 2 years ago

Can confirm that this fixes the issue, please merge

edlanglois commented 2 years ago

If the reason for not merging is to avoid an ever-growing list of terminal names, maybe it would be better to invert the list and provide a set of terminals to exclude? I'm not sure which those would be since most terminals I can think of are already on the include list.

mattn commented 2 years ago

Thank you