1
0
nvim-config/core/write_and_quit.vim
valeth 375814ff79 move config/core to core
the extra config dir seems unnecessary,
this folder should already only contain configuration files
2015-04-14 18:12:42 +02:00

5 lines
56 B
VimL

command! Wq wq
command! WQ wq
command! Q q
command! W w