Added Easy Align

This commit is contained in:
infidel 2022-04-08 14:56:03 +07:00
parent 24b5d58262
commit 4f8106f047

7
.vimrc
View File

@ -63,3 +63,10 @@ colo two-firewatch
map <C-k><C-k> :NERDTreeToggle<cr> " Use Ctrl-P to open the fuzzy file opener
nnoremap <C-p> :Files<cr>
"Easy Align
" Start interactive EasyAlign in visual mode (e.g. vipga)
xmap ga <Plug>(EasyAlign)
" Start interactive EasyAlign for a motion/text object (e.g. gaip)
nmap ga <Plug>(EasyAlign)