What are the advantages of having customized commands with the <Leader> key on Vim? -
I think it's self explanatory. How efficient is it to use this key?
A clear advantage whenever you decide to change combinations mapleader
It can be easily done by changing the key.
This can happen when your favorite plug-in opposes your favorite shortcut by changing mapler
and you are keeping the shortcut but changing it at the same time.
Earlier (Mappler is ,
)
myFavoriteAction = , cc
myFavoriteAction = \ cc
after (Mappler is \
)
Comments
Post a Comment