From 7ce4e0cc1423bb55f798031014462fd192d23fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 27 Nov 2015 07:23:36 +0100 Subject: vis: implement filter operator ! It currently works by switching to visual mode and then opening the command prompt with a default range which refers to the currently active selection. --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 5ccce5b..5296ce4 100644 --- a/config.def.h +++ b/config.def.h @@ -187,6 +187,7 @@ static KeyBinding vis_operators[] = { { "~", ACTION(OPERATOR_CASE_SWAP) }, { "g~", ACTION(OPERATOR_CASE_SWAP) }, { "gu", ACTION(OPERATOR_CASE_LOWER) }, + { "!", ACTION(OPERATOR_FILTER) }, { "\"", ACTION(REGISTER) }, { /* empty last element, array terminator */ }, }; -- cgit v1.2.3