aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 41fe6ae..b5a27fe 100644
--- a/vis.h
+++ b/vis.h
@@ -491,8 +491,12 @@ enum VisMotion {
VIS_MOVE_PARENTHESIS_START,
VIS_MOVE_PARENTHESIS_END,
VIS_MOVE_BRACKET_MATCH,
+ VIS_MOVE_TO_LEFT,
+ VIS_MOVE_TO_RIGHT,
VIS_MOVE_TO_LINE_LEFT,
VIS_MOVE_TO_LINE_RIGHT,
+ VIS_MOVE_TILL_LEFT,
+ VIS_MOVE_TILL_RIGHT,
VIS_MOVE_TILL_LINE_LEFT,
VIS_MOVE_TILL_LINE_RIGHT,
VIS_MOVE_FILE_BEGIN,