Timofey Prodanov
Timofey Prodanov
Please do not merge, I am trying to update the build script.
I did not try to change mappy code, but an external function ``` def cigar_str(hit): return "".join(map(lambda x: str(x[0]) + 'MIDNSHP=X'[x[1]], hit.cigar)) ``` works fine
Just noticed, that I cannot set `Alt+Delete` as well, but can set `Ctrl+Delete`. Probably, here the reason is different.
Running ``` for key [Ctrl Alt Meta Shift] { var k = $key; set edit:insert:binding[$k+Backspace] = { echo $k } } ``` allows to run `Ctrl+Backspace`, but print `Meta`. All...
Thank you! I looked a bit into this part of the code, and I think the problem is in the number of generated hits, but I did not go there...
Thank you for looking into that! I will use the `-R 3` fix for now then!