diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..da6970a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tokyonight_storm_bat_theme"] + path = tokyonight_storm_bat_theme + url = https://github.com/jsstevenson/tokyonight_storm_bat_theme diff --git a/ipython_config.py b/ipython_config.py index fe6b5e4..afda24e 100644 --- a/ipython_config.py +++ b/ipython_config.py @@ -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 #------------------------------------------------------------------------------ diff --git a/tokyonight_storm_bat_theme b/tokyonight_storm_bat_theme new file mode 160000 index 0000000..c7db62f --- /dev/null +++ b/tokyonight_storm_bat_theme @@ -0,0 +1 @@ +Subproject commit c7db62f9d916bac33c6ba41fba910f9bd3c13847