Skip to content

Commit

Permalink
Merge pull request ipython#5803 from Carreau/ulh
Browse files Browse the repository at this point in the history
unify visual line handling
  • Loading branch information
minrk committed Jun 26, 2014
2 parents 5931974 + 91a9327 commit 95f877e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion IPython/html/static/notebook/js/cell.js
Expand Up @@ -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"
}
}
};

Expand Down

0 comments on commit 95f877e

Please sign in to comment.