Replies: 1 comment 4 replies
-
I believe we close the scratch buffer when choosing a file to open when the scratch buffer is unmodied / empty. You can open a new scratch buffer with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assume I want to quickly open some buffers for fast buffer navigation, for example with
fd filename | hx
Now I have those files in the [scratch] buffer
and
<Space-b>
shows[scratch]
However, when I do
gf
onfilename1
and try to reopen the scratch buffer via<Space-b>
, then I do getand the scratch buffer seems lost. Is this a bug or intended behavior? I would prefer to keep the scratch buffer always open, but the docs are unclear if and how I can rename the scratch buffer, so it is not automatically closed.
Beta Was this translation helpful? Give feedback.
All reactions