mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
Fix for Neovim Crashes On Open #1
This commit is contained in:
parent
7b7372fda4
commit
e76c4c0637
4
st.info
4
st.info
@ -54,7 +54,7 @@ st| simpleterm,
|
|||||||
ka3=\E[5~,
|
ka3=\E[5~,
|
||||||
kc1=\E[4~,
|
kc1=\E[4~,
|
||||||
kc3=\E[6~,
|
kc3=\E[6~,
|
||||||
kbs=\010,
|
kbs=\177,
|
||||||
kcbt=\E[Z,
|
kcbt=\E[Z,
|
||||||
kb2=\EOu,
|
kb2=\EOu,
|
||||||
kcub1=\EOD,
|
kcub1=\EOD,
|
||||||
@ -74,7 +74,7 @@ st| simpleterm,
|
|||||||
kri=\E[1;2A,
|
kri=\E[1;2A,
|
||||||
kclr=\E[3;5~,
|
kclr=\E[3;5~,
|
||||||
kdl1=\E[3;2~,
|
kdl1=\E[3;2~,
|
||||||
kdch1=\177~,
|
kdch1=\E[3~,
|
||||||
kich1=\E[2~,
|
kich1=\E[2~,
|
||||||
kend=\E[4~,
|
kend=\E[4~,
|
||||||
kf1=\EOP,
|
kf1=\EOP,
|
||||||
|
Loading…
Reference in New Issue
Block a user