emacs: adding missing keyboardQuit command
This commit is contained in:
parent
c76aed967f
commit
fa1a88eb7f
1 changed files with 4 additions and 0 deletions
|
|
@ -445,6 +445,10 @@ exports.handler.addCommands({
|
|||
},
|
||||
killRingSave: function(editor) {
|
||||
exports.killRing.add(editor.getCopyText());
|
||||
},
|
||||
keyboardQuit: function(editor) {
|
||||
editor.selection.clearSelection();
|
||||
exports.setMarkMode(null);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue