mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
add keybindings for paging in list panels and jumping to top/bottom
This commit is contained in:
parent
96c7741ba0
commit
229f5ee48c
4 changed files with 46 additions and 0 deletions
|
@ -53,6 +53,10 @@ Default path for the config file:
|
|||
nextItem: '<down>' # go one line down
|
||||
prevItem-alt: 'k' # go one line up
|
||||
nextItem-alt: 'j' # go one line down
|
||||
prevPage: ',' # go to next page in list
|
||||
nextPage: '.' # go to previous page in list
|
||||
gotoTop: '<' # go to top of list
|
||||
gotoBottom: '>' # go to bottom of list
|
||||
prevBlock: '<left>' # goto the previous block / panel
|
||||
nextBlock: '<right>' # goto the next block / panel
|
||||
prevBlock-alt: 'h' # goto the previous block / panel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue