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 closing a buffer via :bdelete, the lcd command does not trigger due to the autocmd being { "BufNewFile", "BufRead" }. Would it cause problems if it were BufEnter (like as in vim-rooter) instead of BufRead?