helix: add openbsd function search bind

This commit is contained in:
2026-09-01 10:53:51 +02:00
parent b9de2676c4
commit ba5f16948c
+1
View File
@@ -24,6 +24,7 @@ display-inlay-hints = true
[keys.normal] [keys.normal]
"_" = ["extend_line_up", "extend_to_line_bounds"] "_" = ["extend_line_up", "extend_to_line_bounds"]
"+" = ["extend_line_down", "extend_to_line_bounds"] "+" = ["extend_line_down", "extend_to_line_bounds"]
"A-/" = "@*<space>/<ret><C-a>^"
[keys.normal.g] [keys.normal.g]
"b" = ":sh git show %sh{git blame -L %{cursor_line},+1 %{buffer_name} | awk '{print $1}'}" "b" = ":sh git show %sh{git blame -L %{cursor_line},+1 %{buffer_name} | awk '{print $1}'}"