diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-25 21:04:25 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-25 22:46:43 +0100 |
| commit | 81bae7262b21b7f19bfaf0de4499a56372ef2a20 (patch) | |
| tree | 52b54f2b04c8e3328f61d7f6962182d819234264 /vis.h | |
| parent | 34fa064edcf06d03c16c8a20dde9365d9957523e (diff) | |
| download | vis-81bae7262b21b7f19bfaf0de4499a56372ef2a20.tar.gz vis-81bae7262b21b7f19bfaf0de4499a56372ef2a20.tar.xz | |
vis: convert jumplist navigation to proper motions
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -101,6 +101,8 @@ enum VisMotion { MOVE_WINDOW_LINE_BOTTOM, MOVE_CHANGELIST_NEXT, MOVE_CHANGELIST_PREV, + MOVE_JUMPLIST_NEXT, + MOVE_JUMPLIST_PREV, /* pseudo motions: keep them at the end to save space in array definition */ MOVE_TOTILL_REPEAT, MOVE_TOTILL_REVERSE, |
