-
Notifications
You must be signed in to change notification settings - Fork 334
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
Problems when using vim-tmux-navigator with fig (https://fig.io) #339
Comments
This reverts commit 7ffe1f2. I'm removing Fig because it caused issues with vim-tmux-runner [1] [2] [3]. The founders of Fig are trying to work with Chris Toomey to find a solution though [3], so I could get it working if I really wanted to I bet. For now, I'm just going to remove Fig; vim and tmux navigation is more important. The thing that attracted me to Fig was the command line autocomplete, but I'm not sure that's worth the cost. Fig does a lot more than I actually want it to, and it seems to be a fairly complex tool. Dealing with it doesn't seem worth the value it would create for me. I'll pass. [1]: christoomey/vim-tmux-navigator#339 [2]: christoomey/vim-tmux-navigator#317 [3]: christoomey/vim-tmux-navigator#295
This reverts commit f306816. I'm removing Fig because it caused issues with vim-tmux-runner [1] [2] [3]. The founders of Fig are trying to work with Chris Toomey to find a solution though [3], so I could get it working if I really wanted to I bet. For now, I'm just going to remove Fig; vim and tmux navigation is more important. The thing that attracted me to Fig was the command line autocomplete, but I'm not sure that's worth the cost. Fig does a lot more than I actually want it to, and it seems to be a fairly complex tool. Dealing with it doesn't seem worth the value it would create for me. I'll pass. [1]: christoomey/vim-tmux-navigator#339 [2]: christoomey/vim-tmux-navigator#317 [3]: christoomey/vim-tmux-navigator#295
After uninstalling
|
@vhristev Yes, that solved the problem for me too. The question is, if there is any solution/ workaround to have fig and the tmux-navigator working at the same time, without having to dispense with one of both.. |
I'm having the same problem. I'd like to keep using fig so a solution to this would be awesome. Let me know if I can provide any other diagnostics to help troubleshoot |
I'm having the same issue. Removing fig work fine. But does anybody know a similar solution to fig. I'm not that familiar with all the terminal command so fig tool can really help with it cause they also include a explanation |
I have the same problem but I don't have Fig installed. I use NixOS if that makes any change but I am so annoyed by how it works perfect on everyone else and doesn't work on my pc... |
Seems like the issue was that I am using Fish. When I set my default shell to bash, it worked even if the default shell set in the tmux was fish. When I did it with fish I was getting no output from
Btw it also did not work when I tried to spawn an instance of Perhaps, I should open an issue for this? For me, I will use tmux as default (by making bash execute tmux) so it is not a problem for me but could be a problem for others and maybe it should be noted on readme. |
If you still encounter this issue, this solution helped me to fix integration with Fig #295 (comment) |
As @hoolek77 mentioned, the solution of #295 fixes this issue (mostly). After creating the |
Vim-Tmux Problems when using fig
As mentioned here, there are problems when using vim-tmux-navigator together with fig.
My observations:
Possible problem sources:
The setup:
tmux -V
--> tmux 3.3anvim -version
--> NVIM v0.8.1:TmuxNavigatorProcessList (inside nvim)
--> Ss+ zsh (figterm)sw_vers
--> macOS 12.6If anyone has a solution in mind, please tell me about it :)
If not, I'll just say goodbye to fig, that's fine to me...
And if more information is needed, just hit me up and I'll paste it here.
The text was updated successfully, but these errors were encountered: