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