This commit is contained in:
Adam Jimenez 2014-05-17 20:30:56 +01:00
commit 307b947e96

View file

@ -153,7 +153,7 @@ exports.commands = [{
readOnly: true
}, {
name: "selectOrFindNext",
bindKey: bindKey("ALt-K", "Ctrl-G"),
bindKey: bindKey("Alt-K", "Ctrl-G"),
exec: function(editor) {
if (editor.selection.isEmpty())
editor.selection.selectWord();