regex - Show vim buffers matching a pattern -


in vim, can show open buffers running :buffers command, however, list can long, there way limit output filenames matching pattern?

for example:

enter image description here

how show *.c files?

use ctrl-d after wildcard:

:b *.c<ctrl-d> 

Comments

Popular posts from this blog

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - No viable overloaded operator for references a map -