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

@ -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