Skip to content

Tab key replaces selection on single line instead of indenting #68

@pfgithub

Description

@pfgithub

This seems to be fixable by setting

tab key: "Tab", when: "editorTextFocus && !editorReadonly && !editorTabMovesFocus"
Indent Line key: "Tab", when: "editorTextFocus && !editorReadonly && !editorTabMovesFocus && editorHasSelection"

But that disables the indent line key.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions