[diff kitten] move next/prev file

This commit is contained in:
Jackie Li
2024-07-31 16:11:38 +01:00
parent 1f656eccbb
commit bbe29dbc7b
2 changed files with 31 additions and 1 deletions

View File

@@ -221,6 +221,14 @@ map('Scroll to previous change',
'prev_change p scroll_to prev-change',
)
map('Scroll to next file',
'next_file shift+j scroll_to next-file',
)
map('Scroll to previous file',
'prev_file shift+k scroll_to prev-file',
)
map('Show all context',
'all_context a change_context all',
)