From d970c893a253785f4fa8d99f306d6d891702fc6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 28 Mar 2016 10:41:55 +0200 Subject: vis: support right alignment of selections in visual mode with --- config.def.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index b773f72..0b91be8 100644 --- a/config.def.h +++ b/config.def.h @@ -280,7 +280,8 @@ static const KeyBinding bindings_visual[] = { { "o", ACTION(SELECTION_FLIP) }, { ">", ALIAS("gv") }, { "<", ALIAS("gv") }, - { "" , ACTION(CURSORS_ALIGN_INDENT) }, + { "" , ACTION(CURSORS_ALIGN_INDENT_LEFT) }, + { "" , ACTION(CURSORS_ALIGN_INDENT_RIGHT) }, { 0 /* empty last element, array terminator */ }, }; @@ -315,7 +316,7 @@ static const KeyBinding bindings_insert[] = { { "", ACTION(WINDOW_SLIDE_UP) }, { "", ACTION(WINDOW_SLIDE_DOWN) }, { "", ACTION(INSERT_TAB) }, - { "", ACTION(CURSORS_ALIGN_INDENT) }, + { "", ACTION(CURSORS_ALIGN_INDENT_LEFT) }, { "", ACTION(INSERT_REGISTER) }, { 0 /* empty last element, array terminator */ }, }; -- cgit v1.2.3