vim-slime icon indicating copy to clipboard operation
vim-slime copied to clipboard

A vim plugin to give you some slime. (Emacs)

Results 37 vim-slime issues
Sort by recently updated
recently updated
newest added

I have to work on a server with an old vim 7.4, no tmux. GNU screen is available though. I see conqueTerm works well. is it possible to make slime...

Hi there! Thank you for the amazing work done here. I'm wondering if there's something that I could do to switch between tmux and nvim in the same session. My...

Would you be open to making the creation of this autocommand optional? As it also triggers on other terminal buffers that are not intended as a repl, like e.g. the...

## Where We Are Right Now You accepted my [previous PR, #411 ](https://github.com/jpalardy/vim-slime/pull/411) that improved terminal tracking in the Neovim target. @jiz4oh then [opened a PR, #416](https://github.com/jpalardy/vim-slime/pull/416) that improved on...

I am using kitty+neovim+ipython. When I SlimeParagraphSend to ipython, in most cases, the paragraph runs immediately in ipython. However, if the paragraph ends in an indented line followed by a...

On my windows machine I have msys2 installed. In msys2 system, I installed neovim and tmux using pacman. I was trying to run R code. When I hit `ctrl-c` `ctrl-c`...

1. Why the function to send a line is called `SlimeLineSend` (object+verb), while the one to send a cell is called `SlimeSendCell` (verb+object)? 2. Where are those functions documented? Even...

The "Slurped X characters into buffer" is back. I don't see anything in the code to set `msgwait` to 0, as mentioned in #23. Regression? It's painful to use without...

When using `vim-slime` with euporie (a terminal-based jupyter client), there's a need to send an extra sequence to get the terminal to execute (see discussion [here](https://github.com/joouha/euporie/issues/85)). Essentially a `\x1b[13;5u` code...

Dear, Thank you for the helpful plugin. I'd like to know how to used vim-slime with code block in md files. In example below, I like to execute cmd1 and...