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:
how show *.c files?
use ctrl-d after wildcard:
:b *.c<ctrl-d>
Comments
Post a Comment