preservim / vimux

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

Vimux isn't working #137

Closed ghost closed 8 years ago

ghost commented 8 years ago

I have already installed the vimux Plug 'benmills/vimux' in .vimrc but it's not loading when i do it says Unkown function: FunVimTmuxCommand

benmills commented 8 years ago

Hey @aruzmeister thanks for the issue! FunVimTmuxCommand isn't a command. Check out the docs to see the full list of commands[1]. I think you want VimuxRunCommand() if you're using a function or VimuxPromptCommand if you want to call it as a command.

In vim, if you type :Vimux<tab> you should be able to see the commands available. Or if you type :call Vimux<tab> you can see the functions available.

[1] https://github.com/benmills/vimux/blob/master/doc/vimux.txt#L63