Closed sucrecacao closed 4 years ago
Would it be possible to send text from kakoune to the connected terminal ?
My initial idea is to use it as an interactive REPL to send the current selection + 'return' to ipython for e.g. But I think it can have a lot of other uses.
https://github.com/mawww/kakoune/tree/master/rc/windowing/repl
Wow didn't know this feature, that awsome thx !
Would it be possible to send text from kakoune to the connected terminal ?
My initial idea is to use it as an interactive REPL to send the current selection + 'return' to ipython for e.g. But I think it can have a lot of other uses.