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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user