diff --git a/vim/.vim/plugin/commands.vim b/vim/.vim/plugin/commands.vim index 1533cd8..b87f6f1 100644 --- a/vim/.vim/plugin/commands.vim +++ b/vim/.vim/plugin/commands.vim @@ -1,3 +1,2 @@ command! W write -command! Q qall -command! MakeTags !ctags -R . +command! Q qall!