about summary refs log tree commit diff
path: root/vim
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-28 11:34:56 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-28 11:34:56 +0700
commitb06aecea346686e7818063eadc3a48285646a883 (patch)
treebc97102ae146950bbc2df48ccac518d8613301c0 /vim
parent99f6a9203fce6794d335577754c8223d477a6a3d (diff)
downloaddotfiles-b06aecea346686e7818063eadc3a48285646a883.tar.gz
Update 2019-03-28
Diffstat (limited to 'vim')
-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'