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"; }; };