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 <lfleischer@calcurse.org>
This commit is contained in:
Aurora
2021-01-18 19:45:07 +00:00
committed by Lukas Fleischer
parent 338c640a19
commit 9b148900b8
5 changed files with 27 additions and 0 deletions

View File

@@ -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"))