mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Make '>' first jump to the beginning of the branch, and only then to the first commit
This commit is contained in:
parent
b0f6e68211
commit
5e712ed87d
5 changed files with 43 additions and 1 deletions
|
@ -149,3 +149,7 @@ func (self *ListContextTrait) TotalContentHeight() int {
|
|||
}
|
||||
return result
|
||||
}
|
||||
|
||||
func (self *ListContextTrait) IndexForGotoBottom() int {
|
||||
return self.list.Len() - 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue