junegunn/vim-easy-align

ga command stopped working

benlieb opened this issue · 1 comments

Recently I switched over to Vundle and it seems that my alignment commands no longer map properly.

When I type ga while in visual mode my command line shows the following:

image

I whittled my vimrc down to nothing except the plugin, but the same thing occurs. Is this a known issue?

I REALLY like this plugin and am not sure how to get the functionality back. Any help appreciated...

Looks like the following got removed in my process of editing:

" 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)

The issue was clearly me... closing issue.