Broke out vim rc into nicer pieces :)

This commit is contained in:
Wryn Wagner
2019-09-26 16:00:03 -06:00
parent 90eef0d7dc
commit 4b195da0e2
9 changed files with 111 additions and 82 deletions

6
vim/edit_rc.vim Normal file
View File

@ -0,0 +1,6 @@
" -- VIMRC ------------------------------------------- {{{
nnoremap <Leader>ev :vsp $WRYNVIMRC<CR>
nnoremap <Leader>sv :source $MYVIMRC<CR>
nnoremap <Leader>eb :vsp $MYBASHRC<CR>
nnoremap <Leader>emb :vsp $WRYNBASH<CR>
" }}}