aboutsummarylogtreecommitdiffstats
path: root/st.info
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero2012-11-25 22:13:29 +0100
committerRoberto E. Vargas Caballero2012-11-25 22:13:29 +0100
commit87cab44b29c168ec1438b5cd5805fcfee5fa6b03 (patch)
tree873f4b03f84b286c699c1b488b8839878a453b5d /st.info
parentf5f8297382e30184ec4de078bbf62c9257f506fe (diff)
downloadaur-87cab44b29c168ec1438b5cd5805fcfee5fa6b03.tar.gz
Add support for End key
- Shift + End : Delete until end of line. - Control + End : Delete until end of screen. When the End key is pressed without any modifier is not generated the correct sequence for it (going to the end of the screen), because the size of the terminal is not known, so it is not possible write a sequence for this purpouse. --- config.def.h | 10 ++++++++-- st.info | 2 ++ 2 files changed, 10 insertions(+), 2 deletions(-)
Diffstat (limited to 'st.info')
-rw-r--r--st.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.info b/st.info
index 9a7edfe987db..52ae8515883d 100644
--- a/st.info
+++ b/st.info
@@ -49,6 +49,8 @@ st| simpleterm,
invis=\E[8m,
is2=\E[4l\E>,
it#8,
+ kel=\E[1;2F,
+ ked=\E[1;5F,
ka1=\E[1~,
ka3=\E[5~,
kc1=\E[4~,