From 6e67fa87bbe27797e87db16a28193d632ebb13be Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Fri, 3 Oct 2025 14:38:29 +0200 Subject: [PATCH] helix: Add keybind --- tree/.config/helix/config.toml.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tree/.config/helix/config.toml.tpl b/tree/.config/helix/config.toml.tpl index 5bc32f1..bd5bf1f 100644 --- a/tree/.config/helix/config.toml.tpl +++ b/tree/.config/helix/config.toml.tpl @@ -12,3 +12,6 @@ auto-format = true insert = "bar" normal = "block" select = "underline" + +[keys.normal] +C-n = "extend_search_next" # Add next search result to selection