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 15:55:23 +02:00
committed by GitHub
parent f0f4569aa2
commit 59e4981df7
+1
View File
@@ -10,6 +10,7 @@ run_last_response = ["ctrl e"]
[list]
max_entries = 200
cycle = true
[search]
placeholder = " Search..."