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:
Simon Dawson 2025-08-12 14:55:23 +01:00 committed by GitHub
parent f0f4569aa2
commit 59e4981df7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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..."