8 lines
83 B
VimL
8 lines
83 B
VimL
set confirm
|
|
set autowrite
|
|
|
|
command! Wq wq
|
|
command! WQ wq
|
|
command! Q q
|
|
command! W w
|