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

WezTerm Pane Direction ID has trailing whitespace #413

Closed tbung closed 5 months ago

tbung commented 5 months ago

Setting up slime with

 let g:slime_target = "wezterm"
 let g:slime_default_config = {"pane_direction": "right"}

will find the right pane id, but the pane id has trailing whitespace, so if one just presses enter on the suggested pane id, nothing will happen because WezTerm will not find that pane. Took me longer than I'd like to admit to figure out what the issue is. Removing the whitespace before accepting the suggested pane id works perfectly.