Skip to content

Support text editing shorcuts #21

@kenden

Description

@kenden

It would be nice if the full range of text editing shorcuts worked:

On Macs:

Movement
Cmd-UpArrow: Go to start of the file
Cmd-LeftArrow: Go to start of the line
Cmd-RightArrow: Go to end of the line
Cmd-DownArrow: Go to end of the file

Alt-LeftArrow: Go to start of previous word
Alt-RightArrow: Go to start of next word

Selection
Shift-Cmd-UpArrow: Select from current position to start of the file
Shift-Cmd-LeftArrow: Select from current position to start of the line
Shift-Cmd-RightArrow: Select from current position to end of the line
Shift-Cmd-DownArrow: Select from current position to end of the file

Shift-Alt-LeftArrow: Select from current position to start of previous word
Shift-Alt-RightArrow: Select from current position to start of next word

Deletion
Cmd-Backspace: Delete until the start of the line
Cmd-Delete: Delete until the end of the line

Alt-Backspace: delete until end of previous word
Alt-Delete: delete until end of next word

Jump to previous/next word: #12
Select to previous/next word: #13

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions