From 55ea139a5bee4d3dd503ccc255865fc1c6c3fabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 26 Apr 2018 15:32:07 +0200 Subject: vis: remove gP This only removes the user visible mapping, the underlying implementation is kept for now. It is used in insert mode for the implementation of (register insertion). --- config.def.h | 1 - 1 file changed, 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 3c4de9d..03c910c 100644 --- a/config.def.h +++ b/config.def.h @@ -180,7 +180,6 @@ static const KeyBinding bindings_operators[] = { { "c", ACTION(OPERATOR_CHANGE) }, { "d", ACTION(OPERATOR_DELETE) }, { "g~", ALIAS(":|tr '[:lower:][:upper:]' '[:upper:][:lower:]'") }, - { "gP", ACTION(PUT_BEFORE_END) }, { "gu", ALIAS(":|tr '[:upper:]' '[:lower:]'")}, { "gU", ALIAS(":|tr '[:lower:]' '[:upper:]'")}, { "p", ACTION(PUT_AFTER) }, -- cgit v1.2.3