aboutsummarylogtreecommitdiffstats
path: root/st.info
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero2012-11-25 22:13:19 +0100
committerRoberto E. Vargas Caballero2012-11-25 22:13:19 +0100
commit45dd272bf034033c613beb7247d5b5ae1f9a7576 (patch)
treec6101e02dee3fdf0a324e45d384d696987406216 /st.info
parentaaed061c249100a9f8a3c2b03971eefe72d522a2 (diff)
downloadaur-45dd272bf034033c613beb7247d5b5ae1f9a7576.tar.gz
Add support for insert key
Insert key stands for a key which allows enter or leaves insert mode, so let it generates the correct sequence to change between these modes: - Insert: Enter in insert mode. - Shift + Insert: Leave insert mode (replace mode). - Control + Insert: Insert a blank line. Like Shift + Insert also paste text, if a user want this feature be full functional he has to modify such shortcut. --- config.def.h | 16 ++++++++++++---- st.info | 3 +++ 2 files changed, 15 insertions(+), 4 deletions(-)
Diffstat (limited to 'st.info')
-rw-r--r--st.info3
1 files changed, 3 insertions, 0 deletions
diff --git a/st.info b/st.info
index d0064db4dc83..4fc9bdb7cc30 100644
--- a/st.info
+++ b/st.info
@@ -138,6 +138,9 @@ st| simpleterm,
kf62=\E[1;4Q,
kf63=\E[1;4R,
khome=\E[1~,
+ kil1=\E[2;5~,
+ krmir=\E[2;2~,
+ kich1=\E[2~,
knp=\E[6~,
kmous=\E[M,
kpp=\E[5~,