We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe384d8 commit 2bdccd3Copy full SHA for 2bdccd3
public/js/lib/editor/index.js
@@ -74,6 +74,8 @@ export default class Editor {
74
},
75
'Cmd-Left': 'goLineLeftSmart',
76
'Cmd-Right': 'goLineRight',
77
+ 'Home': 'goLineLeftSmart',
78
+ 'End': 'goLineRight',
79
'Ctrl-C': function (cm) {
80
if (!isMac && cm.getOption('keyMap').substr(0, 3) === 'vim') {
81
document.execCommand('copy')
0 commit comments