From 88d1e3fcdfe50696aab82634c2f6f3094e61a025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 13 Sep 2014 23:04:20 +0200 Subject: Rename OP_PASTE to OP_PUT --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') 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 */ }, }; -- cgit v1.2.3