From 59e4981df76df297b1c54780b3eb834cffad6dd3 Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Tue, 12 Aug 2025 14:55:23 +0100 Subject: [PATCH] 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 --- config/walker/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/walker/config.toml b/config/walker/config.toml index fe1caf7e..ee9050c6 100644 --- a/config/walker/config.toml +++ b/config/walker/config.toml @@ -10,6 +10,7 @@ run_last_response = ["ctrl e"] [list] max_entries = 200 +cycle = true [search] placeholder = " Search..."