Skip to content

'Cut' keybinding action also performs 'Cutline' even when not specified #3636

@duerig

Description

@duerig

The default behaviour of Ctrl+x is 'Cut|Cutline'. However, if you change it to just 'Cut', it still performs 'Cutline' when no text is selected.

My bindings.json:

{
"Alt-/": "lua:comment.comment",
"CtrlUnderscore": "lua:comment.comment",
"Ctrl-x": "Cut"
}

There seems to be no visible difference between Ctrl-X when running with this bindings.json compared to the default 'Cut|Cutline'. I have verified that this bindings.json is being used in my configuration by making other changes to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions