sillybun / vim-repl

Best REPL environment for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open type or REPL independent of file type

dr-costas opened this issue · comments

Hi,

Thank you for this nice plugin!

In my Vim setup, I need quite often to open a bash terminal while working with Python. If I use the standard REPLToggle command, then vim-repl opens an iPython console. Is there any way to specify which type of REPL to open?

For example, something like :REPLToggle('bash') to open bash terminal, independent of the file type?

:REPLToggle bash would work as your want

Got it! Thank you!