diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2018-04-26 15:32:07 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2018-05-16 13:24:01 +0200 |
| commit | 55ea139a5bee4d3dd503ccc255865fc1c6c3fabe (patch) | |
| tree | 9e11b738313483722dc00e8201556a15f6a9a5cc /config.def.h | |
| parent | 90587a043f6fd697f27bf42eca7464e06b48dc31 (diff) | |
| download | vis-55ea139a5bee4d3dd503ccc255865fc1c6c3fabe.tar.gz vis-55ea139a5bee4d3dd503ccc255865fc1c6c3fabe.tar.xz | |
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 <C-r>
(register insertion).
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
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:]'<Enter>") }, - { "gP", ACTION(PUT_BEFORE_END) }, { "gu", ALIAS(":|tr '[:upper:]' '[:lower:]'<Enter>")}, { "gU", ALIAS(":|tr '[:lower:]' '[:upper:]'<Enter>")}, { "p", ACTION(PUT_AFTER) }, |
