-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
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