We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Normal operation:
$ echo one $ echo [alt-up] # command line is now "echo one"
But if you're writing a subshell, the argument gets put in the wrong place:
$ echo one $ echo (echo [alt-up] # command line is now "echo one(echo", and the cursor is over the "("
Normal operation:
But if you're writing a subshell, the argument gets put in the wrong place: