preservim / vimux

easily interact with tmux from vim
MIT License
2.2k stars 159 forks source link

Doesn't work #84

Closed koss closed 10 years ago

koss commented 10 years ago

Untarred and placed in bundle directory for pathogen to pick it up. :PromptVimTmuxCommand errored. Copied the individual file to plugin directory and it still doesn't work.

Tmux 1.8 on OS X Mountain Lion.

benmills commented 10 years ago

:PromptVimTmuxCommand isn't a command. That was removed in the last major version of vimux. You should use :VimuxPromptCommand. Did you see :PromptVimTmuxCommand on the docs somewhere? If so I'll make sure to update it.

All commands: https://github.com/benmills/vimux/blob/master/plugin/vimux.vim#L6-L13

koss commented 10 years ago

Oh, okay. That worked. Sorry.

I found the command here: https://www.braintreepayments.com/braintrust/vimux-simple-vim-and-tmux-integration

instead of in the docs. Sorry for not reading them before posting.