macos: Add default keybind for ctrl-home / ctrl-end (#21007)
This matches the default behavior on native macos apps. ctrl-fn-left == ctrl-home == MoveToBeginning ctrl-fn-right == ctrl-end == MoveToEnd
This commit is contained in:
parent
4c7b48b35d
commit
614b3b979b
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@
|
|||
"ctrl-e": "editor::MoveToEndOfLine",
|
||||
"cmd-up": "editor::MoveToBeginning",
|
||||
"cmd-down": "editor::MoveToEnd",
|
||||
"ctrl-home": "editor::MoveToBeginning",
|
||||
"ctrl-end": "editor::MoveToEnd",
|
||||
"shift-up": "editor::SelectUp",
|
||||
"ctrl-shift-p": "editor::SelectUp",
|
||||
"shift-down": "editor::SelectDown",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue