From 03f5c8878c401b728ac43618f87e71b2c5356e2a Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 6 Oct 2024 20:59:52 -0400 Subject: [PATCH] remove helix quit key --- modules/helix/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/helix/default.nix b/modules/helix/default.nix index 48d630b..4a6daf1 100644 --- a/modules/helix/default.nix +++ b/modules/helix/default.nix @@ -36,7 +36,6 @@ in normal.A-j = ":buffer-previous"; normal.A-k = ":buffer-next"; normal.space.e = ":w"; - normal.space.x = ":q"; normal.space.backspace = ":reset-diff-change"; }; };