mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
ipython: make config saner
This commit is contained in:
parent
5703c21e43
commit
c71f4a83a3
|
@ -1,3 +1,5 @@
|
||||||
c.TerminalInteractiveShell.editing_mode = "vi"
|
config = get_config()
|
||||||
c.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
|
|
||||||
c.TerminalInteractiveShell.true_color = True
|
config.TerminalInteractiveShell.editing_mode = "vi"
|
||||||
|
config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
|
||||||
|
config.TerminalInteractiveShell.true_color = True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user