aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2018-04-09 13:32:25 +0100
committersin <sin@2f30.org>2018-04-09 13:42:51 +0100
commit2a97bab5af5aba7ba6889e14c0fd47fe8110d85a (patch)
tree6ac09a818821486a02f6a741383e902b918781fe /config.def.h
parent155496adf93b918311950e3c70aa1d5d54565f5e (diff)
downloadnoice-2a97bab5af5aba7ba6889e14c0fd47fe8110d85a.tar.gz
Change emacs keybinds for jumping to first/last entry
Signed-off-by: sin <sin@2f30.org>
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index bc608ee..1669d8a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -49,11 +49,11 @@ struct key bindings[] = {
{ CONTROL('U'), SEL_PGUP },
/* Home */
{ KEY_HOME, SEL_HOME },
- { CONTROL('A'), SEL_HOME },
+ { META('<'), SEL_HOME },
{ '^', SEL_HOME },
/* End */
{ KEY_END, SEL_END },
- { CONTROL('E'), SEL_END },
+ { META('>'), SEL_END },
{ '$', SEL_END },
/* Change dir */
{ 'c', SEL_CD },
Un proyecto texto-plano.xyz