From d6a2d5bea9364dfecefecef084671b2c7fc1dc8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 28 Nov 2015 17:08:15 +0100 Subject: vis: implement = operator in terms of fmt(1) --- 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 5296ce4..7e4d637 100644 --- a/config.def.h +++ b/config.def.h @@ -188,6 +188,7 @@ static KeyBinding vis_operators[] = { { "g~", ACTION(OPERATOR_CASE_SWAP) }, { "gu", ACTION(OPERATOR_CASE_LOWER) }, { "!", ACTION(OPERATOR_FILTER) }, + { "=", ACTION(OPERATOR_FILTER_FMT) }, { "\"", ACTION(REGISTER) }, { /* empty last element, array terminator */ }, }; -- cgit v1.2.3