From 8162e86bc20a581cb7e82ba51893acbdbb7c6a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 27 Jul 2017 23:57:33 +0200 Subject: vis: remove ! operator Use visual mode and :| to filter text through external commands. The mapping was already reused for selection complement. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 4791fe4..ca05c0f 100644 --- a/config.def.h +++ b/config.def.h @@ -182,7 +182,7 @@ static const KeyBinding bindings_operators[] = { { "g~", ACTION(OPERATOR_CASE_SWAP) }, { "gp", ACTION(PUT_AFTER_END) }, { "gP", ACTION(PUT_BEFORE_END) }, - { "gq", ACTION(OPERATOR_FILTER_FMT) }, + { "gq", ALIAS(":| fmt") }, { "gu", ACTION(OPERATOR_CASE_LOWER) }, { "gU", ACTION(OPERATOR_CASE_UPPER) }, { "p", ACTION(PUT_AFTER) }, -- cgit v1.2.3