diff --git a/.vimrc b/.vimrc index 1cdd225..13271cd 100644 --- a/.vimrc +++ b/.vimrc @@ -63,3 +63,10 @@ colo two-firewatch map :NERDTreeToggle " Use Ctrl-P to open the fuzzy file opener nnoremap :Files + +"Easy Align +" Start interactive EasyAlign in visual mode (e.g. vipga) +xmap ga (EasyAlign) + +" Start interactive EasyAlign for a motion/text object (e.g. gaip) +nmap ga (EasyAlign)