##// END OF EJS Templates
Backport PR #5803: unify visual line handling...
MinRK -
Show More
@@ -70,7 +70,12 b' var IPython = (function (IPython) {'
70 cm_config : {
70 cm_config : {
71 indentUnit : 4,
71 indentUnit : 4,
72 readOnly: false,
72 readOnly: false,
73 theme: "default"
73 theme: "default",
74 extraKeys: {
75 "Cmd-Right":"goLineRight",
76 "End":"goLineRight",
77 "Cmd-Left":"goLineLeft"
78 }
74 }
79 }
75 };
80 };
76
81
General Comments 0
You need to be logged in to leave comments. Login now