We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dd400 commit b5d9d28Copy full SHA for b5d9d28
1 file changed
public/js/index.js
@@ -47,7 +47,9 @@ var defaultExtraKeys = {
47
cm.replaceSelection(spaces);
48
}
49
50
- }
+ },
51
+ "Cmd-Left": "goLineLeftSmart",
52
+ "Cmd-Right": "goLineRight"
53
};
54
55
var idleTime = 300000; //5 mins
0 commit comments