From b56c629d8200b891bcf6822cfa4425ccc9849567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 20 Feb 2016 17:51:32 +0100 Subject: vis: move cursor to next char after ~ in normal mode This will not work as expected when given a count. Close #181 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a216b6c..b97c6b3 100644 --- a/config.def.h +++ b/config.def.h @@ -240,7 +240,7 @@ static const KeyBinding bindings_normal[] = { { "m", ACTION(MARK_SET) }, { "", ALIAS(":help") }, { "ga", ACTION(UNICODE_INFO) }, - { "~", ALIAS("l") }, + { "~", ALIAS("ll") }, { "", ALIAS("$") }, { "gf", ACTION(OPEN_FILE_UNDER_CURSOR) }, { "gf", ACTION(OPEN_FILE_UNDER_CURSOR_NEW_WINDOW) }, -- cgit v1.2.3