diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-03-28 11:34:56 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-03-28 11:34:56 +0700 |
commit | b06aecea346686e7818063eadc3a48285646a883 (patch) | |
tree | bc97102ae146950bbc2df48ccac518d8613301c0 /vim | |
parent | 99f6a9203fce6794d335577754c8223d477a6a3d (diff) | |
download | dotfiles-b06aecea346686e7818063eadc3a48285646a883.tar.gz |
Update 2019-03-28
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/vimrc | 3 |
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' |