Mark Lucernas
2020-02-26

Vim Plugin: junegunn/vim-easy-align

Default Mappings

With visual map Description Equivalent command ~
<Enter><Space> Around 1st whitespaces :'<,'>EasyAlign\\
<Enter>2<Space> Around 2nd whitespaces :'<,'>EasyAlign2\\
<Enter>-<Space> Around the last whitespaces :'<,'>EasyAlign-\\
<Enter>-2<Space> Around the 2nd to last whitespaces :'<,'>EasyAlign-2\\
<Enter>: Around 1st colon ( key: value ) :'<,'>EasyAlign:
<Enter><Right>: Around 1st colon ( key : value ) :'<,'>EasyAlign:<l1
<Enter>= Around 1st operators with = :'<,'>EasyAlign=
<Enter>3= Around 3rd operators with = :'<,'>EasyAlign3=
<Enter>*= Around all operators with = :'<,'>EasyAlign*=
<Enter>**= Left-right alternating around = :'<,'>EasyAlign**=
<Enter><Enter>= Right alignment around 1st = :'<,'>EasyAlign!=
<Enter><Enter>**= Right-left alternating around = :'<,'>EasyAlign!**=


Resources