aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-10-25 21:04:25 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-10-25 22:46:43 +0100
commit81bae7262b21b7f19bfaf0de4499a56372ef2a20 (patch)
tree52b54f2b04c8e3328f61d7f6962182d819234264 /config.def.h
parent34fa064edcf06d03c16c8a20dde9365d9957523e (diff)
downloadvis-81bae7262b21b7f19bfaf0de4499a56372ef2a20.tar.gz
vis-81bae7262b21b7f19bfaf0de4499a56372ef2a20.tar.xz
vis: convert jumplist navigation to proper motions
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
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",