mirror of
https://github.com/jbranchaud/til
synced 2026-01-07 00:58:02 +00:00
Add some clarity to the latest post.
This commit is contained in:
@@ -20,9 +20,9 @@ To unload some other buffer by buffer number, say buffer 10:
|
|||||||
:10bd
|
:10bd
|
||||||
```
|
```
|
||||||
|
|
||||||
Caveat: unloading a buffer marks it as *unlisted* in the buffer list,
|
Caveats: unloading a buffer marks it as *unlisted* in the buffer list,
|
||||||
meaning it won't appear in your normal view of the buffer list. It should
|
meaning it won't appear in your normal view of the buffer list. It should
|
||||||
also be noted that it does not remove it from the jump list or the global
|
also be noted that it does not remove the buffer from the jump list or the
|
||||||
mark list.
|
global mark list.
|
||||||
|
|
||||||
See `:h :bd` for more details.
|
See `:h :bd` for more details.
|
||||||
|
|||||||
Reference in New Issue
Block a user