From d3e69faf2fcc6c568e8c5c9714cdcbad9e86e139 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 26 Jul 2025 23:33:30 -0400 Subject: [PATCH] add quit shortcut for helix --- .../home-manager/modules/nmasur/presets/programs/helix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platforms/home-manager/modules/nmasur/presets/programs/helix.nix b/platforms/home-manager/modules/nmasur/presets/programs/helix.nix index e59fb28..df97cec 100644 --- a/platforms/home-manager/modules/nmasur/presets/programs/helix.nix +++ b/platforms/home-manager/modules/nmasur/presets/programs/helix.nix @@ -147,6 +147,8 @@ in "keep_primary_selection" ]; + space.q = ":quit"; + # Enable and disable inlay hints space.H = ":toggle lsp.display-inlay-hints";