junegunn / vim-easy-align

:sunflower: A Vim alignment plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binding an operation

indeedwatson opened this issue · comments

I'd like to do this:

nmap <leader>t gaip*|

but when I execute it, the command line displays :EasyAlign (*_)_ and waits for my input. I've tried adding <CR> in multiple places but with no luck.

nmap <leader>t gaip*<bar>

See :help map_bar

thanks!