aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
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 */ },
};