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
My vim buffer is often populated with a lot of files, ex.
src/file1
src/node_modules/file2
src/file3
jdt://scr/file4
<and so on>
Is there a way I can run :Buffers but without paths that have node_modules or jdt:// in them? I tried something like below but the output of :Buffers was empty.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My vim buffer is often populated with a lot of files, ex.
Is there a way I can run
:Buffers
but without paths that havenode_modules
orjdt://
in them? I tried something like below but the output of:Buffers
was empty.Beta Was this translation helpful? Give feedback.
All reactions