-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Working as Expected with Lazyvim #15
Comments
Could it be that I am using MacOS? Would that result in the grep and sed having an unexpected outcome for the tmux? |
Hello, mind sharing what the problem was so I can potentially fix/improve the code? Was it the issue mentioned in your last comment? |
Like your readme mentioned, I went into the original author's repository and went through their debugging process, and noticed the vim process wasn't appearing when running It mentioned that Figterm was being used instead, so it turned out a workaround script was needed. Original issue was related to using Fig. |
Probably worth including the Lua/lazy configuration for plugin keymaps in |
Included the above issue in the README file as a FAQ sub-point. Conversation might be relevant to other users. Thanks for mentioning it! |
https://www.reddit.com/r/neovim/comments/14yer8w/neovimtmux_navigation_plugin_with_lazyvim_not/
Hi,
I am trying to install the plugin https://github.com/alexghergh/nvim-tmux-navigation so I can easily switch between Tmux panes and Neovim panes. I am using the default lazyvim installation plus the additions I have mentioned https://www.lazyvim.org/installation
Currently, I am able to use ctrl+hjkl to move between neovim panes using the current setup in a normal session without tmux.
BUT
During a tmux session, I am only able to move between the tmux panes and not to/between the neovim sessions.
So this implementation that I have seems to not be working on the tmux side since the NvimTmux commands are executing as expected. I was hoping I could be pointed in the right direction towards fixing this tmux issue.
The text was updated successfully, but these errors were encountered: