Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Previous argument inserted at the wrong point when writing a subshell #833

@timbertson

Description

@timbertson

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 "("

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions