mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Support home and end as alternatives to '<' and '>'
This commit is contained in:
parent
71c5fa9688
commit
95c5d51e64
15 changed files with 49 additions and 23 deletions
|
@ -487,6 +487,8 @@ keybinding:
|
|||
scrollRight: L
|
||||
gotoTop: <
|
||||
gotoBottom: '>'
|
||||
gotoTop-alt: <home>
|
||||
gotoBottom-alt: <end>
|
||||
toggleRangeSelect: v
|
||||
rangeSelectDown: <s-down>
|
||||
rangeSelectUp: <s-up>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue