global/neovim: add common accidentally capitalized commands
This commit is contained in:
parent
dcec0f87b2
commit
23dbd6a5bd
1 changed files with 4 additions and 0 deletions
|
@ -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]]
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue