st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit e76c4c0637a0a57adc562ccad7a80fcecee8f22d
parent 7b7372fda4ea90337895dd73cac3edf3b3b4235e
Author: bakkeby <bakkeby@gmail.com>
Date:   Thu, 21 Nov 2019 10:19:26 +0100

Fix for Neovim Crashes On Open #1

Diffstat:
Mst.info | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/st.info b/st.info @@ -54,7 +54,7 @@ st| simpleterm, ka3=\E[5~, kc1=\E[4~, kc3=\E[6~, - kbs=\010, + kbs=\177, kcbt=\E[Z, kb2=\EOu, kcub1=\EOD, @@ -74,7 +74,7 @@ st| simpleterm, kri=\E[1;2A, kclr=\E[3;5~, kdl1=\E[3;2~, - kdch1=\177~, + kdch1=\E[3~, kich1=\E[2~, kend=\E[4~, kf1=\EOP,