preservim / vimux

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

VimuxOpenPane command doesn't work #141

Closed nwaywood closed 6 years ago

nwaywood commented 8 years ago

All other commands work fine but when I try to run :VimuxOpenPane is gives the error:

E492: Not an editor command: VimuxOpenPane

I have also tried :VimuxOpenPane() and :call VimuxOpenPane() and nothing works.

Sorry if I am missing something obvious