From a49fa48fbad78d999edde3cdb978543391ee9887 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 13 Apr 2026 15:37:07 +0200 Subject: [PATCH] helix: add tinymist pin command --- files/helix/.config/helix/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/helix/.config/helix/config.toml b/files/helix/.config/helix/config.toml index b1eef63..8258ee0 100644 --- a/files/helix/.config/helix/config.toml +++ b/files/helix/.config/helix/config.toml @@ -29,6 +29,10 @@ display-inlay-hints = true [keys.normal.g] "b" = ":sh git show %sh{git blame -L %{cursor_line},+1 %{buffer_name} | awk '{print $1}'}" +# T, like telephone to the LSP (call the LSP) +[keys.normal.t] +"p" = ':lsp-workspace-command tinymist.pinMain "%sh{realpath %{buffer_name}}"' + [keys.normal.z] s = ":set soft-wrap.enable true" S = ":set soft-wrap.enable false"