mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 04:20:43 +00:00
Add abbreviations
This commit is contained in:
parent
41bbfbffb9
commit
dd42a281e2
2 changed files with 12 additions and 0 deletions
11
home/.config/nvim/rc/abbreviations.vim
Normal file
11
home/.config/nvim/rc/abbreviations.vim
Normal file
|
@ -0,0 +1,11 @@
|
|||
cnoreabbrev Wq wq
|
||||
cnoreabbrev wQ wq
|
||||
cnoreabbrev WQ wq
|
||||
cnoreabbrev Wa wa
|
||||
cnoreabbrev W w
|
||||
cnoreabbrev Q q
|
||||
cnoreabbrev Qall qall
|
||||
cnoreabbrev W! w!
|
||||
cnoreabbrev Q! q!
|
||||
cnoreabbrev Qall! qall!
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue