hkupty / nvimux

Neovim as a TMUX replacement
Apache License 2.0
445 stars 17 forks source link

user-defined prefix not used for default bindings (only used for custom bindings) #9

Closed hneutr closed 7 years ago

hneutr commented 7 years ago

When I follow your instructions on setting up a config for using lua I find that only my user-defined commands utilize my user-defined prefix — all other commands use the default prefix, "".

replication steps: NVIM: v0.2.1 nvimux config: https://github.com/hunter-/dotfiles/blob/master/config/nvim/startup/plugins/nvimux.vim

hkupty commented 7 years ago

Hi, thanks for the issue. Yes, you are correct. This was due to how lua is loaded. The PR i just merged fixes this behavior. Thanks for reporting.

Feel free to reopen the issue if the error persists. I tested here on my side and seems to be working fine, but if you encounter any other issues, don't refrain from posting.

Cheers, Henry

hneutr commented 7 years ago

Sweet! Thank you, I certainly appreciate your work