fix regression with cmd-up
This commit is contained in:
parent
dfa2eaf5ac
commit
fab88c496c
1 changed files with 0 additions and 1 deletions
|
|
@ -151,7 +151,6 @@ exports.commands = [{
|
|||
bindKey: bindKey("Ctrl-Home", "Command-Home|Command-Up"),
|
||||
exec: function(editor) { editor.navigateFileStart(); },
|
||||
multiSelectAction: "forEach",
|
||||
scrollIntoView: "cursor",
|
||||
readOnly: true,
|
||||
group: "fileJump"
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue