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 deleting the current worktree, we end up with still the buffer open inside that worktree, the :pwd becomes E187: Unknown, and we are unable to use Switch_Worktree because of E344: Can't find directory "/home/...the_deleted_worktree".
Sidenote: Harpoon also throws lots of errors, making it really impossible to do anything but shutdown and restart neovim.
A good solution could be to first open the parent dir of the worktree we just deleted.
The text was updated successfully, but these errors were encountered:
When deleting the current worktree, we end up with still the buffer open inside that worktree, the
:pwd
becomesE187: Unknown
, and we are unable to use Switch_Worktree because ofE344: Can't find directory "/home/...the_deleted_worktree"
.Sidenote: Harpoon also throws lots of errors, making it really impossible to do anything but shutdown and restart neovim.
A good solution could be to first open the parent dir of the worktree we just deleted.
The text was updated successfully, but these errors were encountered: