Hi,
I love abbreviation, it always show me the right command.
But sometimes I need to put the cursor at a given place, is it possible to do that ?
Example :
abbr -a describe 'mysql -u root my_database -e "describe $CURSOR"'
and so, after typing "describe" I would like to have my cursor at $CURSOR
Thank you for this awesome shell ;)