From bf1d73edce53cb783842fa141984c143ff71da07 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Wed, 28 Aug 2019 16:28:30 +0100 Subject: imv: Add aliases to improve backwards compatibility with v3 --- src/imv.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/imv.c b/src/imv.c index 2c22f24..acdb39f 100644 --- a/src/imv.c +++ b/src/imv.c @@ -531,6 +531,11 @@ struct imv *imv_create(void) imv_command_alias(imv->commands, "bg", "background"); imv_command_alias(imv->commands, "ss", "slideshow"); + /* aliases to improve backwards compatibility with commands, "select_rel", "next"); + imv_command_alias(imv->commands, "select_abs", "goto"); + imv_command_alias(imv->commands, "scaling_method", "scaling"); + add_bind(imv, "q", "quit"); add_bind(imv, "", "prev"); add_bind(imv, "", "prev"); -- cgit v1.2.3