From 39d39a2d6397b3a690455713f0a967ef89edbc9b Mon Sep 17 00:00:00 2001 From: James Bunton Date: Fri, 2 Nov 2007 23:18:42 +1100 Subject: [PATCH] Fixed vim macros --- .vim/macros.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vim/macros.vim b/.vim/macros.vim index ec7037b..9062f13 100644 --- a/.vim/macros.vim +++ b/.vim/macros.vim @@ -11,8 +11,9 @@ command! Wa :wa command! WQ :wq command! Wq :wq command! W :w -command! QA :wqa -command! Qa :wqa +command! QA :qa +command! Qa :qa +command! Q :qa " Unhighlight search results map :nohlsearch:redraw! -- 2.39.2