This commit is contained in:
Alex Yatskov 2016-03-05 12:05:54 -08:00
parent 6e0c69fd62
commit d7f5c0ca42

View File

@ -34,10 +34,10 @@ nnoremap j gj
nnoremap k gk
" vim-argwrap
nnoremap <silent> <Leader>a :ArgWrap<Cr>
nnoremap <silent><Leader>a :ArgWrap<Cr>
" vim-bufonly
nnoremap <silent> <S-Bs> :BufOnly<Cr>
nnoremap <silent><S-Bs> :BufOnly<Cr>
" vim-easy-align
nmap ga <Plug>(EasyAlign)