From 20a2b77db13502d8e9b4021372ca2e2f046c177b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Thu, 6 Nov 2025 07:12:11 -0500 Subject: [PATCH 1/2] fix: [hx] regression on select move left and right --- src/keybind/builtin/helix.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/keybind/builtin/helix.json b/src/keybind/builtin/helix.json index 915bcb0..fdfbbe0 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -404,14 +404,14 @@ ["j", "select_down"], ["k", "select_up"], ["l", "select_right_helix"], - ["left", "select_left"], + ["left", "select_left_helix"], ["down", "select_down"], ["up", "select_up"], - ["right", "select_right"], - ["kp_left", "select_left"], + ["right", "select_right_helix"], + ["kp_left", "select_left_helix"], ["kp_down", "select_down"], ["kp_up", "select_up"], - ["kp_right", "select_right"], + ["kp_right", "select_right_helix"], ["%", "select_all"], ["`", "switch_to_lowercase"], From 64deb9cee66e6620ab6e991af30ec61a0c9257dc Mon Sep 17 00:00:00 2001 From: Janne Hellsten Date: Thu, 6 Nov 2025 18:40:45 +0200 Subject: [PATCH 2/2] Fix devlink URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa66a19..6121cc5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ and is my daily driver for almost everything. # Roadmap -See our [devlog](/devlog/2025) for on-going updates from the development team. +See our [devlog](https://flow-control.dev/devlog/2025/) for on-going updates from the development team. ## In Development