diff --git a/degesch.c b/degesch.c index 4639da7..8cba5da 100644 --- a/degesch.c +++ b/degesch.c @@ -12973,7 +12973,7 @@ bind_common_keys (struct app_context *ctx) if (key_f5) CALL_ (self, bind, key_f5, "previous-buffer"); if (key_f6) CALL_ (self, bind, key_f6, "next-buffer"); - if (key_ppage) CALL_ (self, bind, key_ppage, "display-backlog-nw"); + if (key_ppage) CALL_ (self, bind, key_ppage, "display-backlog"); if (clear_screen) CALL_ (self, bind_control, 'l', "redraw-screen");