hkupty / nvimux

Neovim as a TMUX replacement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

horizontal split not working

Swoorup opened this issue · comments

I load nvimux using lua require('nvimux').bootstrap()

Vertical split works fine, however horizontal split results in this.

E5104: Error while creating lua chunk: [string ""]:1: unfinished string near ''

Hi, thanks for your issue.

Would you mind sharing some more info? try running :command! NvimuxVerticalSplit and :command! NvimuxHorizontalSplit and see what's defined for those.

For me, both are working correctly so I assume there's something related to your new_window setting, which is the only variable part of the command as defined here.

Cheers,
Henry

Hi. Is this issue still happening? Should I close it?

I just installed this and have the same problem using the config from the README (except I changed prefix to <C-space>).

Ok, thanks for letting me know. I'll investigate this further.

I've figured out what's going on and it's fixed on #34.

Thanks a lot!