aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-04-26 15:29:49 +0200
committerMarc André Tanner <mat@brain-dump.org>2018-05-16 13:24:01 +0200
commit90587a043f6fd697f27bf42eca7464e06b48dc31 (patch)
tree75cd01ef8b212228a0b90925e10ffdae7376fa7c /main.c
parent62ea7dcff1df815628e8d4a796c401056c7766f7 (diff)
downloadvis-90587a043f6fd697f27bf42eca7464e06b48dc31.tar.gz
vis-90587a043f6fd697f27bf42eca7464e06b48dc31.tar.xz
vis: remove gp
This only removes the user visible mapping, the underlying implementation is kept for now. This might change in the future.
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.c b/main.c
index efce88e..05d3438 100644
--- a/main.c
+++ b/main.c
@@ -260,7 +260,6 @@ enum {
VIS_ACTION_WINDOW_SLIDE_DOWN,
VIS_ACTION_PUT_AFTER,
VIS_ACTION_PUT_BEFORE,
- VIS_ACTION_PUT_AFTER_END,
VIS_ACTION_PUT_BEFORE_END,
VIS_ACTION_SELECTIONS_MATCH_WORD,
VIS_ACTION_SELECTIONS_NEW_LINE_ABOVE,
@@ -896,11 +895,6 @@ static const KeyAction vis_action[] = {
VIS_HELP("Put text before the cursor")
operator, { .i = VIS_OP_PUT_BEFORE }
},
- [VIS_ACTION_PUT_AFTER_END] = {
- "vis-put-after-end",
- VIS_HELP("Put text after the cursor, place cursor after new text")
- operator, { .i = VIS_OP_PUT_AFTER_END }
- },
[VIS_ACTION_PUT_BEFORE_END] = {
"vis-put-before-end",
VIS_HELP("Put text before the cursor, place cursor after new text")