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
It's useful to be able to delete the current file. When #11164 is merged you'll be able to do it with :sh rm %{f}.
But when you do that, the current file is still loaded. If you use :reload you'll get an error Can't find file to reload from "file.txt"
What would be nice alternative, is when you run :remove, you are force switched to a different open buffer. If none are open, a scratch buffer is open instead.
The text was updated successfully, but these errors were encountered:
It's useful to be able to delete the current file. When #11164 is merged you'll be able to do it with
:sh rm %{f}
.But when you do that, the current file is still loaded. If you use
:reload
you'll get an errorCan't find file to reload from "file.txt"
What would be nice alternative, is when you run
:remove
, you are force switched to a different open buffer. If none are open, a scratch buffer is open instead.The text was updated successfully, but these errors were encountered: