We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Like in the title, env "$EDITOR" var is being ignored. $ echo "$EDITOR" micro
micro
PREFIX + C-f file selection and open with C-o produces: vi -- "~/.tmux.conf "
vi -- "~/.tmux.conf "
When i open it with just 'o', it opens up in sublime-text.
Not sure if that matters - this is done via ssh on remote, but both pcs have same "$EDITOR" and tmux.conf set.
The text was updated successfully, but these errors were encountered:
faced the same issue, but after:
tmux source-file ~/.tmux.conf
and creating a new pane Ctrl-o works fine.
Ctrl-o
Sorry, something went wrong.
No branches or pull requests
Like in the title, env "$EDITOR" var is being ignored.
$ echo "$EDITOR"
micro
PREFIX + C-f file selection and open with C-o produces:
vi -- "~/.tmux.conf "
When i open it with just 'o', it opens up in sublime-text.
Not sure if that matters - this is done via ssh on remote, but both pcs have same "$EDITOR" and tmux.conf set.
The text was updated successfully, but these errors were encountered: