From 74394f7e68098a60672432f20449a7e48d8257be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 17 Jan 2016 13:57:37 +0100 Subject: vis: let ~ have an immediate effect in normal mode Similar to vim with the notildeop setting. --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index a40924a..a51c875 100644 --- a/config.def.h +++ b/config.def.h @@ -231,6 +231,7 @@ static const KeyBinding bindings_normal[] = { { "P", ACTION(PUT_BEFORE) }, { "gp", ACTION(PUT_AFTER_END) }, { "gP", ACTION(PUT_BEFORE_END) }, + { "~", ALIAS("l") }, { 0 /* empty last element, array terminator */ }, }; -- cgit v1.2.3