aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorRob Pilling <robpilling@gmail.com>2016-04-12 22:56:30 +0100
committerRob Pilling <robpilling@gmail.com>2016-04-12 22:56:30 +0100
commit0280cf83b32ea9cbcdce1cf470fa74da5fe44ccb (patch)
tree0f9f28e8be29fd476fedd4efadb93f0af5be0941 /vis.h
parent255da074c15de15d45eb1582c819d68ee480800d (diff)
downloadvis-0280cf83b32ea9cbcdce1cf470fa74da5fe44ccb.tar.gz
vis-0280cf83b32ea9cbcdce1cf470fa74da5fe44ccb.tar.xz
Add "[(" and "])" motions for jumping to a parenthese pair's start/end
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 830aafc..1136926 100644
--- a/vis.h
+++ b/vis.h
@@ -221,6 +221,8 @@ enum VisMotion {
VIS_MOVE_FUNCTION_END_NEXT,
VIS_MOVE_BLOCK_START,
VIS_MOVE_BLOCK_END,
+ VIS_MOVE_PARENTHESE_START,
+ VIS_MOVE_PARENTHESE_END,
VIS_MOVE_BRACKET_MATCH,
VIS_MOVE_LEFT_TO,
VIS_MOVE_RIGHT_TO,