aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorlostd <lostd@2f30.org>2015-07-12 13:32:31 +0100
committerlostd <lostd@2f30.org>2015-07-12 13:32:31 +0100
commitdcde07637141064a39c79db93d47f6fe588a782d (patch)
tree2fa2d46440b3f7df8e90cd0a9351e3b16d76f784 /config.def.h
parent4db0d0dae08090f1bdf7b9a629777ba09e222667 (diff)
downloadnoice-dcde07637141064a39c79db93d47f6fe588a782d.tar.gz
Add keys to move to the first and last entry
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9b730ba..167e648 100644
--- a/config.def.h
+++ b/config.def.h
@@ -45,6 +45,14 @@ struct key bindings[] = {
/* Page up */
{ KEY_PPAGE, SEL_PGUP },
{ CONTROL('U'), SEL_PGUP },
+ /* Home */
+ { KEY_HOME, SEL_HOME },
+ { CONTROL('A'), SEL_HOME },
+ { '^', SEL_HOME },
+ /* End */
+ { KEY_END, SEL_END },
+ { CONTROL('E'), SEL_END },
+ { '$', SEL_END },
/* Change dir */
{ 'c', SEL_CD },
/* Toggle sort by time */
Un proyecto texto-plano.xyz