mirror of
1
0
Fork 0

Merge pull request #250 from chuanjin/master

Update extended.vim
This commit is contained in:
Amir Salihefendic 2017-03-14 16:16:47 +01:00 committed by GitHub
commit 23f0a1e90e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ colorscheme peaksea
" => Fast editing and reloading of vimrc configs
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
map <leader>e :e! ~/.vim_runtime/my_configs.vim<cr>
autocmd! bufwritepost vimrc source ~/.vim_runtime/my_configs.vim
autocmd! bufwritepost ~/.vim_runtime/my_configs.vim source ~/.vim_runtime/my_configs.vim
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""