fix regression with cmd-up

This commit is contained in:
nightwing 2013-11-07 11:29:27 +04:00
commit fab88c496c

View file

@ -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"
}, {