diff --git a/users/modules/global/neovim.nix b/users/modules/global/neovim.nix index 5c96648..571af07 100644 --- a/users/modules/global/neovim.nix +++ b/users/modules/global/neovim.nix @@ -173,6 +173,10 @@ in extraConfigLua = '' vim.cmd [[cabbrev wq execute "Format sync" wq]] vim.cmd [[cabbrev x execute "Format sync" x]] + vim.cmd [[cabbrev Q q]] + vim.cmd [[cabbrev W w]] + vim.cmd [[cabbrev WQ wq]] + vim.cmd [[cabbrev X x]] ''; }; }