From 8f36d16d25bc30fdf4140b7e803608ce9de923b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 4 Apr 2016 13:02:25 +0200 Subject: vis: in visual mode allow navigation among cursors using and --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index c29ce64..0af24fd 100644 --- a/config.def.h +++ b/config.def.h @@ -273,6 +273,8 @@ static const KeyBinding bindings_visual[] = { { "", ALIAS("") }, { "", ACTION(CURSORS_PREV) }, { "", ACTION(CURSORS_NEXT) }, + { "", ALIAS("") }, + { "", ALIAS("") }, { "x", ALIAS("d") }, { "r", ALIAS("c") }, { "s", ALIAS("c") }, -- cgit v1.2.3