global/neovim: add common accidentally capitalized commands

This commit is contained in:
Infinidoge 2024-11-23 04:28:30 -05:00
parent dcec0f87b2
commit 23dbd6a5bd
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -173,6 +173,10 @@ in
extraConfigLua = ''
vim.cmd [[cabbrev wq execute "Format sync" <bar> wq]]
vim.cmd [[cabbrev x execute "Format sync" <bar> x]]
vim.cmd [[cabbrev Q q]]
vim.cmd [[cabbrev W w]]
vim.cmd [[cabbrev WQ wq]]
vim.cmd [[cabbrev X x]]
'';
};
}