Closed danielwerg closed 3 months ago
This has been added in https://github.com/dhth/omm/commit/44aeaa246f68a11e5759c55a94ef881cf6396b46.
Hey @danielwerg. Quick note: I put circular navigation behind the flag --circular-nav
and set it to OFF by default.
You can also enable it with OMM_CIRCULAR_NAV=1 omm
, or by setting circular_nav = true
in omm's TOML config file.
Describe the solution you'd like
Cycle tasks, when on first task and scrolling up move cursor to last item and when on last item and scrolling down move cursor to first item
Is your feature request related to a problem? Please describe.
When on last item and scrolling down or on first item and scrolling up nothing happens
Describe alternatives you've considered
Press
g
to go to top orG
to go to bottom