Jonathan Palardy
Jonathan Palardy
Hi @Barzi2001 I use tmux because I can default to ```vim let g:slime_target = "tmux" let g:slime_default_config = {"socket_name": "default", "target_pane": "{last}"} let g:slime_dont_ask_default = 1 ``` and `{last}` "just...
`:SlimeSend0` and `:SlimeSend1` are not overly publicized. They take strings as argument and directly send those over (no relation to buffer content or selection)
Hi @pinggit Possible? Yes. — Convenient? Not so much. You could create a new keyboard mapping to (probably) a function that: - sends to vim-slime - re-configures to a 2nd...
Hi @ptonner Depending on your needs, you have a few options: - use a language override ([link](https://github.com/jpalardy/vim-slime/blob/main/assets/doc/advanced.md#how-to-override-language-transformations)) - change your mappings (maybe only when using this client) to send a...
Hi @ptonner I recommend that you find a recipe that works from the command-line first. When that works, converting it to vim-slime seems like it would be straightforward. Also, what's...
hi @jam1015 I received the notification for this (I'm here), but I don't have a lot of bandwidth at this time. Let me come back to this soon and give...
Hi @jam1015 I read though all this, but it remains somewhat abstract. Some context: back in 2007, I wrote [this](https://technotales.wordpress.com/2007/10/03/like-slime-for-vim/). I'm not even sure if that's the original code, because...
discord: https://discord.gg/CTHR7wusVY (we'll try this as an experiment)
Follow-up questions (based on your diagram) > is the environment valid? does that evolve over time? can it be valid now and invalid later? (I _think_ so, but I'd like...
hi @djhaskin987 Thanks for the PR, I added a few questions inline