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
keep pressing TAB until find the corret file

No comments:

Blog Archive