Hello,
I have trouble having both colors and arrow/home/end keys work in vifm.vim.
With the default termwintype, I have:
- incorrect colors
- support for arrow keys
When trying to get the colors to work through this issue on vim/vim, someone suggested that I use set termwintype=conpty instead, which granted me:
- correct colors
- no more support for arrow/home/end keys
Since then I tried using :term with both termwintype values, and found out that arrow/home/end keys worked.
Since :term has support for arrow/home/end keys regardless of termwintype values, but :Vifm doesn't, I figured this was the appropriate place for my issue.
Here's a screenshot:

- on the left,
set termwintype= with ability to use <up>, <down>, <left>, <right>, <home> and <end> but incorrect colors
- on the right,
set termwintype=conpty with correct colors but <up>, <down>, <left>, <right>, <home> and <end> don't seem to respond
I am using gvim v8.2.1127 on Windows10.
Is there a way for me to have both correct colors, and arrow/home/end keys work ?
Hello,
I have trouble having both colors and arrow/home/end keys work in vifm.vim.
With the default
termwintype, I have:When trying to get the colors to work through this issue on vim/vim, someone suggested that I use
set termwintype=conptyinstead, which granted me:Since then I tried using
:termwith bothtermwintypevalues, and found out that arrow/home/end keys worked.Since
:termhas support for arrow/home/end keys regardless oftermwintypevalues, but:Vifmdoesn't, I figured this was the appropriate place for my issue.Here's a screenshot:

set termwintype=with ability to use <up>, <down>, <left>, <right>, <home> and <end> but incorrect colorsset termwintype=conptywith correct colors but <up>, <down>, <left>, <right>, <home> and <end> don't seem to respondI am using gvim v8.2.1127 on Windows10.
Is there a way for me to have both correct colors, and arrow/home/end keys work ?