diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-13 23:04:20 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-13 23:04:20 +0200 |
| commit | 88d1e3fcdfe50696aab82634c2f6f3094e61a025 (patch) | |
| tree | 1898c48039e0ba947be7e7c54600260a50672cba /config.def.h | |
| parent | 19c1ea602bde2e131bdc89f78786a2efced41d42 (diff) | |
| download | vis-88d1e3fcdfe50696aab82634c2f6f3094e61a025.tar.gz vis-88d1e3fcdfe50696aab82634c2f6f3094e61a025.tar.xz | |
Rename OP_PASTE to OP_PUT
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index c748780..979b07d 100644 --- a/config.def.h +++ b/config.def.h @@ -195,7 +195,7 @@ static KeyBinding vis_operators[] = { { { NONE('d') }, operator, { .i = OP_DELETE } }, { { NONE('c') }, operator, { .i = OP_CHANGE } }, { { NONE('y') }, operator, { .i = OP_YANK } }, - { { NONE('p') }, operator, { .i = OP_PASTE } }, + { { NONE('p') }, operator, { .i = OP_PUT } }, { /* empty last element, array terminator */ }, }; |
