tslime.vim icon indicating copy to clipboard operation
tslime.vim copied to clipboard

Send command from vim to a running tmux session

Results 2 tslime.vim issues
Sort by recently updated
recently updated
newest added

I had some issues when sending command (mainly use this with [vim-test](https://github.com/vim-test/vim-test) when tmux is not in normal mode or if something was written in the prompt but not executed....

backticks (`) is part of the ES2015 template string syntax https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals so need to escape (`) as well, otherwise tmux considers it a command and the template string is lost