Last active
January 23, 2016 05:28
-
-
Save kylekyle/5d50b34951f2f45e02cd to your computer and use it in GitHub Desktop.
More tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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