aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
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 */ },
};