From dcec0f87b213902b2aae1cf8f46415ff6982a938 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 23 Nov 2024 04:27:01 -0500 Subject: [PATCH] global/neovim: add force quit keybind --- users/modules/global/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/modules/global/neovim.nix b/users/modules/global/neovim.nix index 37df7c5..5c96648 100644 --- a/users/modules/global/neovim.nix +++ b/users/modules/global/neovim.nix @@ -87,6 +87,7 @@ in }; q = { q.action = ":q"; + Q.action = ":q!"; x.action = ":x"; }; };