dotfiles

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

commit 193b40149b5f99d25f10dcd9a750ad2e90ba6efb
parent e435d08ecac5e17ba479ce4747b93f0163d06573
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat, 26 Sep 2015 22:28:38 -0700

Vim: Add a.vim plugin

Diffstat:
vim/bundle/a.vim | 1+
vimrc | 2++
vimrc.bundles | 2++
3 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/vim/bundle/a.vim b/vim/bundle/a.vim @@ -0,0 +1 @@ +Subproject commit 2cbe946206ec622d9d8cf2c99317f204c4d41885 diff --git a/vimrc b/vimrc @@ -102,6 +102,8 @@ nnoremap <silent> <M-\> :TmuxNavigatePrevious<CR> vmap <Enter> <Plug>(EasyAlign) nmap gA <Plug>(EasyAlign) +nmap <leader>a :A<CR> + " 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> diff --git a/vimrc.bundles b/vimrc.bundles @@ -79,5 +79,7 @@ Bundle 'mihaifm/bufstop' Bundle 'adinapoli/vim-markmultiple' Bundle 'terryma/vim-expand-region' +Bundle 'a.vim' + filetype plugin indent on