Fix for Neovim Crashes On Open #1

This commit is contained in:
bakkeby 2019-11-21 10:19:26 +01:00
parent 7b7372fda4
commit e76c4c0637
1 changed files with 2 additions and 2 deletions

View File

@ -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,