You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect it doesn't skip the closing symbol like (keys pressed -> character inputted):
'Let\ -> 'Let\*'
' -> 'Let\'*' instead of 'Let\'*
I think rather than your suggestion this makes a better experience of typing escaped quote marks, since it doesn't need to move the cursor to type more ('Let\''* + left -> 'Let\'*').
Reproduction steps
echo 'Let\'*
(*
stands for the cursor).'
.echo 'Let\''*'
.Expected behavior
The shell should end up as
echo 'Let\''*
.The text was updated successfully, but these errors were encountered: