aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-13 23:04:20 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-13 23:04:20 +0200
commit88d1e3fcdfe50696aab82634c2f6f3094e61a025 (patch)
tree1898c48039e0ba947be7e7c54600260a50672cba /config.def.h
parent19c1ea602bde2e131bdc89f78786a2efced41d42 (diff)
downloadvis-88d1e3fcdfe50696aab82634c2f6f3094e61a025.tar.gz
vis-88d1e3fcdfe50696aab82634c2f6f3094e61a025.tar.xz
Rename OP_PASTE to OP_PUT
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
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 */ },
};