diff options
Diffstat (limited to 'lua/user/toggleterm.lua')
| -rw-r--r-- | lua/user/toggleterm.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/user/toggleterm.lua b/lua/user/toggleterm.lua index cecbd99..c08f5d0 100644 --- a/lua/user/toggleterm.lua +++ b/lua/user/toggleterm.lua @@ -68,3 +68,9 @@ local python = Terminal:new({ cmd = "python", hidden = true }) function _PYTHON_TOGGLE() python:toggle() end + +local ipython = Terminal:new({ cmd = "ipython", hidden = true }) + +function _IPYTHON_TOGGLE() + ipython:toggle() +end |
