From 81bae7262b21b7f19bfaf0de4499a56372ef2a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 25 Oct 2015 21:04:25 +0100 Subject: vis: convert jumplist navigation to proper motions --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 9fa178e..e299835 100644 --- a/config.def.h +++ b/config.def.h @@ -469,12 +469,12 @@ static KeyAction vis_action[] = { [VIS_ACTION_JUMPLIST_PREV] = { "jumplist-prev", "Go to older cursor position in jump list", - jumplist, { .i = -1 } + movement, { .i = MOVE_JUMPLIST_PREV } }, [VIS_ACTION_JUMPLIST_NEXT] = { "jumplist-next", "Go to newer cursor position in jump list", - jumplist, { .i = +1 } + movement, { .i = MOVE_JUMPLIST_NEXT } }, [VIS_ACTION_CHANGELIST_PREV] = { "changelist-prev", -- cgit v1.2.3