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
When tmux-fingers creates a new-window, the path can differ from the original pane. Fingers seems to be using #{session_path}. If there is a repository in the tmux session path, it can be a different repository than the pane current path, which may lead to momentary confusion.
Adding the start directory flag -c #{pane_current_path} keeps the directories consistent. I just threw that escape character in front of the #, I don't know if that's the proper way to do it in the language.
Excellent project!
When tmux-fingers creates a new-window, the path can differ from the original pane. Fingers seems to be using
#{session_path}
. If there is a repository in the tmux session path, it can be a different repository than the pane current path, which may lead to momentary confusion.Adding the start directory flag
-c #{pane_current_path}
keeps the directories consistent. I just threw that escape character in front of the#
, I don't know if that's the proper way to do it in the language.The text was updated successfully, but these errors were encountered: