MCPcopy
hub / github.com/jesseduffield/lazygit / SelectNextItem

Method SelectNextItem

pkg/integration/components/view_driver.go:444–446  ·  view source on GitHub ↗

i.e. pressing down arrow

()

Source from the content-addressed store, hash-verified

442
443// i.e. pressing down arrow
444func (self *ViewDriver) SelectNextItem() *ViewDriver {
445 return self.PressFast(self.t.keys.Universal.NextItem)
446}
447
448// i.e. pressing up arrow
449func (self *ViewDriver) SelectPreviousItem() *ViewDriver {

Calls 1

PressFastMethod · 0.95

Tested by

no test coverage detected