Skip to content

Commit

Permalink
vis: make O implementation independent of <Up> mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Dec 10, 2020
1 parent e578518 commit 8c5205a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2071,7 +2071,7 @@ static const char *openline(Vis *vis, const char *keys, const Arg *arg) {
vis_motion(vis, VIS_MOVE_LINE_BEGIN);
vis_keys_feed(vis, "<vis-motion-line-begin>");
}
vis_keys_feed(vis, "<Enter><Up>");
vis_keys_feed(vis, "<Enter><vis-motion-line-up>");
}
return keys;
}
Expand Down

0 comments on commit 8c5205a

Please sign in to comment.