From 9b148900b87b113bc9f30033eff30865a3b43086 Mon Sep 17 00:00:00 2001 From: Aurora Date: Mon, 18 Jan 2021 19:45:07 +0000 Subject: Add generic-prev-view key binding This can be used to cycle backwards through windows (similarly to generic-change-view). Signed-off-by: Lukas Fleischer --- src/help.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/help.c') diff --git a/src/help.c b/src/help.c index 40a03b8..ffad2ea 100644 --- a/src/help.c +++ b/src/help.c @@ -134,6 +134,8 @@ int display_help(const char *topic) topic = "copy-paste"; else if (!strcmp(topic, "generic-change-view")) topic = "tab"; + else if (!strcmp(topic, "generic-prev-view")) + topic = "tab"; else if (!strcmp(topic, "generic-import")) topic = "import"; else if (!strcmp(topic, "generic-export")) -- cgit v1.2.3-54-g00ecf