1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-27 22:38:09 +02:00

add keybindings for paging in list panels and jumping to top/bottom

This commit is contained in:
Jesse Duffield
2020-03-28 13:44:20 +11:00
parent 96c7741ba0
commit 229f5ee48c
4 changed files with 46 additions and 0 deletions

View File

@@ -283,6 +283,10 @@ keybinding:
nextItem: '<down>'
prevItem-alt: 'k'
nextItem-alt: 'j'
prevPage: ','
nextPage: '.'
gotoTop: '<'
gotoBottom: '>'
prevBlock: '<left>'
nextBlock: '<right>'
prevBlock-alt: 'h'