-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
<prefix> e (edit configuration) does not work #416
Comments
Hello @cheunjm 👋 From your description, I understand that the |
Hi @gpakosz , thanks for the amazing work! Sorry if I wasn't clear, both ~/.tmux.conf and ~/.tmux.conf.local exists, but e is not working |
Ok I installed MacVim to reproduce your problem. It's because |
@gpakosz Thanks for testing it out for me. I'll try to swap mvim with vi and let you know if it helps |
Can you please try the |
I can confirm that it now works on gh-416 while keeping the EDITOR set to mvim. Thanks a lot! |
* upstream/master: (60 commits) fixed status line that doesn't work with tmux 2.3, fixes gpakosz#418 added 'tmux_conf_theme_colour_XX' variables to ease theming added support for custom variables defined in ~/.tmux.conf.local (2), fixes gpakosz#417 fixed '<prefix> + e' binding when EDITOR is set to 'gvim' or 'mvim', fixes gpakosz#416 updated _maximize_pane() that stopped working with tmux 3.2 (2), fixes gpakosz#415 added support for custom variables defined in ~/.tmux.conf.local updated _maximize_pane() that stopped working with tmux 3.2, fixes gpakosz#381 worked around tmux not killing jobs launched with run-shell -b, fixes gpakosz#407 updated installation instructions, closes gpakosz#348 (2) fixed window-status-current-format, fixes gpakosz#390, closes gpakosz#333 replaced awk by perl in _ssh_or_mosh_args() to benefit from word boundary anchors, closes gpakosz#363 added support for explicit 'split-window' with ssh reconnect, closes gpakosz#164 enabled GitHub sponsors, closes gpakosz#339 made #{uptime_xxx} work under FreeBSD made #{loadavg} work under FreeBSD fixed status-left and status-right theming, fixes gpakosz#397 updated README.md to mention strftime(3) peculiarities, closes gpakosz#309 added a sleep call to the wttr.in example to throttle network requests, closes gpakosz#297 updated installation instructions, closes gpakosz#348 fixed _battery_info() not accommodating for empty lines, fixes gpakosz#377 ...
…nd the default shell is zsh (2), fixes gpakosz#593 ${EDITOR//gvim/vim} and ${EDITOR//mvim/vim} have been introduced to fix gpakosz#416, however the replace all substitution is not POSIX and is not supported by termux or dash the proper fix for gpakosz#416 is to set EDITOR to 'gvim -f' or 'mvim -f'
…nd the default shell is zsh (2), fixes gpakosz#593 ${EDITOR//gvim/vim} and ${EDITOR//mvim/vim} have been introduced to fix gpakosz#416, however the replace all substitution is not POSIX and is not supported by termux or dash the proper fix for gpakosz#416 is to set EDITOR to 'gvim -f' or 'mvim -f'
…nd the default shell is zsh (2), fixes gpakosz#593 ${EDITOR//gvim/vim} and ${EDITOR//mvim/vim} have been introduced to fix gpakosz#416, however the replace all substitution is not POSIX and is not supported by termux or dash the proper fix for gpakosz#416 is to set EDITOR to 'gvim -f' or 'mvim -f'
…nd the default shell is zsh (2), fixes gpakosz#593 ${EDITOR//gvim/vim} and ${EDITOR//mvim/vim} have been introduced to fix gpakosz#416, however the replace all substitution is not POSIX and is not supported by termux or dash the proper fix for gpakosz#416 is to set EDITOR to 'gvim -f' or 'mvim -f'
Cloned fresh repo, didn't change .tmux.conf nor .tmux.conf.local
Everything works fine, except when I try to edit .tmux.conf.local config by using e, the terminal blinks for a second with a new tab /Users/.../.tmux.conf.local and goes away.
This is what I have from .tmux.conf:
I have oh-my-zsh set up, and $EDITOR is set as mvim.
The text was updated successfully, but these errors were encountered: