-
Notifications
You must be signed in to change notification settings - Fork 19
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
Display is not working in TMUX #69
Comments
Compare output of |
It seems I had to set the |
Also, it seems after I open SQL files the locale vars get changed to "C". |
You're already in tmux, running it second time isn't really a good idea and
That might be the cause (similar issue was #48). |
I learned more about this, it seems the issue is caused by this plugin, https://github.com/voldikss/vim-floaterm. I just don't know how it's changing the LANG vars. But I'm not 100% because what I've noticed is, when I open |
Looks like it sets up environment variables here and something goes wrong (accidentally resets |
So what exactly is the fix here? Remove the plugin? Because I think I did that already. |
If the plugin causes this, it can probably be fixed. If it's not the plugin, need to find an actual cause. You can temporarily leave only vifm.vim and comment out contents of |
I am not sure what the issue is for this to be happening, can anyone point me to the right direction so I can attempt to fix it?
As you can see, I am seeing some weird characters but in my normal mode (outside tmux) it works just fine.
![Screen Shot 2021-10-17 at 10 45 16](https://user-images.githubusercontent.com/7953984/137634775-96deaeab-b627-4bfd-9e3b-e3093aa4bfbe.png)
The text was updated successfully, but these errors were encountered: