You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on tmux.vim, the plugin autoloads when the filename satisfies the regex {.,}tmux*.conf (please correct me if I am wrong).
Some tmux tools (e.g., oh-my-tmux) use alternate naming conventions for .tmux.conf such as a user modified .tmux.conf.local. Would you be open to supporting alternate naming conventions? For example, a variable in a user's .vimrc could propose an additonal/alternate regex (I do not know if that is supported in vimscript -- more a general proposal).
The text was updated successfully, but these errors were encountered:
Based on tmux.vim, the plugin autoloads when the filename satisfies the regex
{.,}tmux*.conf
(please correct me if I am wrong).Some
tmux
tools (e.g., oh-my-tmux) use alternate naming conventions for.tmux.conf
such as a user modified.tmux.conf.local
. Would you be open to supporting alternate naming conventions? For example, a variable in a user's.vimrc
could propose an additonal/alternate regex (I do not know if that is supported in vimscript -- more a general proposal).The text was updated successfully, but these errors were encountered: