Este é um blog onde anoto dicas técnicas de informática e computação.
This is a blog where I write down technical tips on computing.
Be aware that some resources used in this blog may use cookies to collect information used by Ads and Google Analytics. I do not monetize from this website, neither require or use personal information.
Tuesday, May 16, 2017
Find files in VIM
:e **/test/Suite.java
To find for example NmwsBus/plugins/libNmwsBusRMQ.c
Type
:e **/**RMQ.c
and then press [TAB] to expland wildcards and start autocompletion
No comments:
Post a Comment