Skip to content

Commit

Permalink
Use old autocomplete shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Mar 4, 2023
1 parent 2700b76 commit 7070c89
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tokyonight_storm_bat_theme"]
path = tokyonight_storm_bat_theme
url = https://github.com/jsstevenson/tokyonight_storm_bat_theme
7 changes: 7 additions & 0 deletions ipython_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@
# in orange: printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n"
c.TerminalInteractiveShell.true_color = True

c.TerminalInteractiveShell.shortcuts = [
{
"command": "IPython:auto_suggest.accept",
"new_keys": ["right"]
}
]

#------------------------------------------------------------------------------
# HistoryAccessor(HistoryAccessorBase) configuration
#------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions tokyonight_storm_bat_theme

0 comments on commit 7070c89

Please sign in to comment.