keep mac line movement keybindings (still overridden by jumptomatching)
This commit is contained in:
parent
08bfa14dd2
commit
6aaede1a2e
1 changed files with 2 additions and 2 deletions
|
|
@ -208,7 +208,7 @@ exports.commands = [{
|
|||
readOnly: true
|
||||
}, {
|
||||
name: "golineup",
|
||||
bindKey: bindKey("Up", "Up"),
|
||||
bindKey: bindKey("Up", "Up|Ctrl-P"),
|
||||
exec: function(editor, args) { editor.navigateUp(args.times); },
|
||||
multiSelectAction: "forEach",
|
||||
readOnly: true
|
||||
|
|
@ -237,7 +237,7 @@ exports.commands = [{
|
|||
readOnly: true
|
||||
}, {
|
||||
name: "golinedown",
|
||||
bindKey: bindKey("Down", "Down"),
|
||||
bindKey: bindKey("Down", "Down|Ctrl-N"),
|
||||
exec: function(editor, args) { editor.navigateDown(args.times); },
|
||||
multiSelectAction: "forEach",
|
||||
scrollIntoView: "cursor",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue