Merge pull request #5803 from Carreau/ulh

unify visual line handling
pull/37/head
Min RK 12 years ago
commit 9f1dc1b99f

@ -70,7 +70,12 @@ var IPython = (function (IPython) {
cm_config : {
indentUnit : 4,
readOnly: false,
theme: "default"
theme: "default",
extraKeys: {
"Cmd-Right":"goLineRight",
"End":"goLineRight",
"Cmd-Left":"goLineLeft"
}
}
};

Loading…
Cancel
Save