diff --git a/Customization.md b/Customization.md index cd8e1bc..0caab78 100644 --- a/Customization.md +++ b/Customization.md @@ -84,4 +84,6 @@ function! Quit() endif quit endfunction -``` \ No newline at end of file +``` + +Or you can use `:qa` or `:wqa` instead of `:q` and `:wq`. \ No newline at end of file