From b06aecea346686e7818063eadc3a48285646a883 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 28 Mar 2019 11:34:56 +0700 Subject: Update 2019-03-28 --- vim/.vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim') 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' -- cgit 1.4.1