Skip to content

Instantly share code, notes, and snippets.

@kylekyle
Last active January 23, 2016 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylekyle/5d50b34951f2f45e02cd to your computer and use it in GitHub Desktop.
Save kylekyle/5d50b34951f2f45e02cd to your computer and use it in GitHub Desktop.
More tricks
IPython.CodeCell.options_default.cm_config.autoCloseBrackets = false;
setTimeout(function() {
if (window.terminal != undefined) {
window.terminal.term.screenKeys = true;
}
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment