-
Notifications
You must be signed in to change notification settings - Fork 162
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
Running vimux on a server without admin privileges #167
Comments
Got the same issue even in sudo. |
nevermind, i completely didn't get that you would need to run vim in a tmux session. |
@briandepasquale Are you running vim inside or outside tmux? |
Inside (I think). My comment is from a while back and I can't remember what I was doing... |
Are you by chance running VIM from some containerized packaging such as Snap, Flatpack, or AppImage? |
No |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am attempting to run vimux's commands in a tmux session on a server for which I am not an administrator. For example, when executing the following within vim:
:call VimuxRunCommand('ls')
I receive the following errors:
Error detected while processing function VimuxRunCommand..VimuxSendKeys.._VimuxTmux:
E484: Can't open file /tmp/vzyU75B/16
Error detected while processing function function VimuxRunCommand..VimuxSendText..VimuxSendKeys.._VimuxTmux:
E484: Can't open file /tmp/vzyU75B/17
Error detected while processing function VimuxRunCommand..VimuxSendKeys.._VimuxTmux:
E484: Can't open file /tmp/vzyU75B/18
Naively, I'm guessing that I'm getting these errors because of some user permissions that I lack. Is this correct, and if so, is there a way around this? Thanks.
The text was updated successfully, but these errors were encountered: