Skip to content

Commit

Permalink
Speed up escape key in ipython mode
Browse files Browse the repository at this point in the history
  • Loading branch information
idvorkin committed Oct 8, 2023
1 parent bca4f8b commit d8e6b14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/ipython_config.py
@@ -1 +1,3 @@
c.TerminalInteractiveShell.editing_mode = 'vi'
# Not sure why you need this, but without it stuff goes slow
c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False

0 comments on commit d8e6b14

Please sign in to comment.