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

Dispatch works in iTerm, but not in tmux

Open digitalronin opened this issue 12 years ago • 2 comments

Hi there

I'm having trouble getting dispatch to work under tmux (tmux 1.8, inside iTerm2 Build 1.0.0.20131116, on a Mac running OSX Mavericks).

If I use iTerm without tmux, and launch vim, then ":Start irb" opens a new iTerm tab with irb running in it.

But, if I start tmux (within the iterm window), and launch vim, then ":Start irb" doesn't seem to work. The status line shows ":!irb (tmux)" but the process is not running, according to ps, and no new tmux split or window is opened.

Can anyone give me an idea of how to try and debug this?

digitalronin avatar Nov 22 '13 11:11 digitalronin

What does your /etc/paths look like, and how/where have you installed ruby?

jrhorn424 avatar Mar 02 '14 17:03 jrhorn424

Yeah a path issue seems likely. Does it work with other commands e.g. :Start bash?

tpope avatar Mar 02 '14 19:03 tpope