diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | degesch.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ * degesch: added logging of messages sent from /quote and plugins - * degesch: M-! and M-@ to go to the next buffer in order with + * degesch: M-! and M-a to go to the next buffer in order with a highlight or new activity respectively * degesch: added --format for previewing things like MOTD files @@ -12198,7 +12198,7 @@ bind_common_keys (struct app_context *ctx) CALL_ (self, bind_meta, '\t', "switch-buffer"); CALL_ (self, bind_meta, '!', "goto-highlight"); - CALL_ (self, bind_meta, '@', "goto-activity"); + CALL_ (self, bind_meta, 'a', "goto-activity"); CALL_ (self, bind_meta, 'm', "insert-attribute"); CALL_ (self, bind_meta, 'h', "display-full-log"); CALL_ (self, bind_meta, 'e', "edit-input"); |