about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 40c00db..8abecb1 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -25,8 +25,9 @@ let g:jedi#popup_on_dot = 0
 let g:jedi#popup_select_first = 0
 let g:jedi#show_call_signatures = 2
 let g:jedi#smart_auto_mappings = 0
-command W w
 map Q gq
+command Q q
+command W w
 
 call plug#begin('~/.vim/plugged')
 Plug 'https://github.com/morhetz/gruvbox.git'