dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 76d855bc28f596769f7891069eb857ca465983e3
parent d2d9cab9cb9be9aaf6c07fc9484b4c1099e1eddf
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Mon, 30 Jun 2014 19:31:55 -0700

Add useful Vundle mapping

Diffstat:
vimrc | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -134,6 +134,10 @@ nnoremap <silent> <C-I> :FZF!<CR> vmap <Enter> <Plug>(EasyAlign) nmap gA <Plug>(EasyAlign) +" useful mapping for Vundle +au BufRead,BufNewFile *vimrc* nmap gb :w<CR>:source %<CR>:VundleInstall<CR> +au BufRead,BufNewFile *vimrc* nmap gB :w<CR>:source %<CR>:VundleClean<CR> + "}}} " basic{{{1 syntax on