xahlee / xah-fly-keys

the most efficient keybinding for emacs
http://xahlee.info/emacs/misc/xah-fly-keys.html
469 stars 80 forks source link

C-u d doesn't delete double quotes properly when dealing with shell script variables #166

Closed zadca123 closed 3 months ago

zadca123 commented 3 months ago

When using C-u d on bash variable "$var" gets transformed to "$var The space between first double quote gets deleted

Another example prefix_"${var}" -> prefix"$var the case is the same with single quotes

xahlee commented 3 months ago

fixed in last commit. thanks

zadca123 commented 3 months ago

okay, at first i though it don't work but it does Great work