locate and open it via ctrlp.vim!
- use your favorite method.
Plug 'ompugao/ctrlp-locate'
Bundle 'ompugao/ctrlp-locate'
NeoBundle 'ompugao/ctrlp-locate'
- call command:
:CtrlPLocate
- there will be no entry. it's fine.
- and then, input whatever word you want to search. for example:
>>> test
- wait a little bit...
> /boot/grub/x86_64-efi/setjmp_test.mod
> /boot/grub/x86_64-efi/pbkdf2_test.mod
> /boot/grub/x86_64-efi/legacy_password_test.mod
> /boot/grub/x86_64-efi/functional_test.mod
> /boot/grub/x86_64-efi/exfctest.mod
> /boot/grub/x86_64-efi/div_test.mod
> /boot/grub/x86_64-efi/cmdline_cat_test.mod
> /boot/memtest86+_multiboot.bin
> /boot/memtest86+.elf
> /boot/memtest86+.bin
- Yes! select whatever you want to open!
- see doc/ctrlp-locate.txt
MIT