jpalardy / vim-slime

A vim plugin to give you some slime. (Emacs)
http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/
MIT License
1.83k stars 223 forks source link

Send cancel command to tmux panel before pasting #385

Closed randomizedthinking closed 11 months ago

randomizedthinking commented 11 months ago

It is useful when the tmux panel is scrolled and in the browser mode. Or bracket-paste would not be in effect, and a manual return is required to run the pasted command.

jpalardy commented 11 months ago

hi @randomizedthinking

so, this unconditionally sends a cancel to tmux — whether or not in copy mode?

randomizedthinking commented 11 months ago

@jpalardy yes, it is to send a cancel unconditionally. It has no effect under the normal mode.

jpalardy commented 11 months ago

let me experiment with this myself — I'll let you know 👍

jpalardy commented 11 months ago

Looking good, thank you 👍

We'll give this a go and see if we need to change anything. That includes yourself, if you notice something.