From ba5f16948c2978600b9c8607e6ce196bfce5b8ba Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 1 Sep 2026 10:53:51 +0200 Subject: [PATCH] helix: add openbsd function search bind --- files/helix/.config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helix/.config/helix/config.toml b/files/helix/.config/helix/config.toml index 5410988..381ca59 100644 --- a/files/helix/.config/helix/config.toml +++ b/files/helix/.config/helix/config.toml @@ -24,6 +24,7 @@ display-inlay-hints = true [keys.normal] "_" = ["extend_line_up", "extend_to_line_bounds"] "+" = ["extend_line_down", "extend_to_line_bounds"] +"A-/" = "@*/^" [keys.normal.g] "b" = ":sh git show %sh{git blame -L %{cursor_line},+1 %{buffer_name} | awk '{print $1}'}"