From 0280cf83b32ea9cbcdce1cf470fa74da5fe44ccb Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Tue, 12 Apr 2016 22:56:30 +0100 Subject: Add "[(" and "])" motions for jumping to a parenthese pair's start/end --- vis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vis.h') 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, -- cgit v1.2.3