From 3a754955cafe08ed316489ec7cb9dc7710a204b0 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 11 May 2016 08:50:10 +0100 Subject: [PATCH] Add alias for W, Q, and WQ --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 12516e2..83cf782 100644 --- a/vimrc +++ b/vimrc @@ -2,6 +2,9 @@ silent! runtime bundle/vim-pathogen/autoload/pathogen.vim silent! execute pathogen#infect() autocmd BufRead,BufNewFile *.md set filetype=markdown +command Q q +command W w +command WQ wq inoremap inoremap inoremap