mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: use <leader>ep to open plugs.vim
This commit is contained in:
parent
c5edf934ef
commit
681acc90e6
|
@ -14,9 +14,11 @@ map <leader>e :e! ~/.vimrc<CR>
|
|||
map <leader>ef :e! $DOTFILES/vim/functions.vim<CR>
|
||||
map <leader>ec :e! $DOTFILES/vim/plugins_config.vim<CR>
|
||||
map <leader>es :e! $DOTFILES/vim/shortcuts.vim<CR>
|
||||
map <leader>ep :e! $DOTFILES/vim/plugs.vim<CR>
|
||||
|
||||
autocmd! bufwritepost ~/.vimrc source ~/.vimrc
|
||||
autocmd! bufwritepost $DOTFILES/vim/* source ~/.vimrc
|
||||
autocmd! bufwritepost $DOTFILES/vim/plugs.vim PlugInstall
|
||||
|
||||
" Quickly open a markdown buffer for scribble
|
||||
map <leader>x :e ~/buffer.md<CR>
|
||||
|
|
Loading…
Reference in New Issue
Block a user