aboutsummaryrefslogtreecommitdiff
path: root/vis-motions.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis-motions.c')
-rw-r--r--vis-motions.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/vis-motions.c b/vis-motions.c
index 1ceb958..0166117 100644
--- a/vis-motions.c
+++ b/vis-motions.c
@@ -491,6 +491,14 @@ const Movement vis_motions[] = {
.txt = text_line_char_next,
.type = CHARWISE,
},
+ [VIS_MOVE_CODEPOINT_PREV] = {
+ .txt = text_codepoint_prev,
+ .type = CHARWISE,
+ },
+ [VIS_MOVE_CODEPOINT_NEXT] = {
+ .txt = text_codepoint_next,
+ .type = CHARWISE,
+ },
[VIS_MOVE_WORD_NEXT] = {
.vis = word_next,
.type = CHARWISE|IDEMPOTENT,