From 255da074c15de15d45eb1582c819d68ee480800d Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Tue, 12 Apr 2016 22:56:29 +0100 Subject: Add "[{" and "]}" motions to jump to a block's start/end --- vis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 5e7f338..830aafc 100644 --- a/vis.h +++ b/vis.h @@ -219,6 +219,8 @@ enum VisMotion { VIS_MOVE_FUNCTION_START_NEXT, VIS_MOVE_FUNCTION_END_PREV, VIS_MOVE_FUNCTION_END_NEXT, + VIS_MOVE_BLOCK_START, + VIS_MOVE_BLOCK_END, VIS_MOVE_BRACKET_MATCH, VIS_MOVE_LEFT_TO, VIS_MOVE_RIGHT_TO, -- cgit v1.2.3