mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
chore: Enable Walker list cycling (#709)
Enable the `cycle` behaviour for Walker lists; this allows one to quickly jump from the default-selected first item in a list, to the last item, simply by pressing the "up" arrow key (or other key sequence bound to "previous"). Refs: https://github.com/abenz1267/walker/wiki/Basic-Configuration
This commit is contained in:
@@ -10,6 +10,7 @@ run_last_response = ["ctrl e"]
|
|||||||
|
|
||||||
[list]
|
[list]
|
||||||
max_entries = 200
|
max_entries = 200
|
||||||
|
cycle = true
|
||||||
|
|
||||||
[search]
|
[search]
|
||||||
placeholder = " Search..."
|
placeholder = " Search..."
|
||||||
|
|||||||
Reference in New Issue
Block a user