Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 870 Bytes

README.md

File metadata and controls

41 lines (37 loc) · 870 Bytes

ctrlp-locate

locate and open it via ctrlp.vim!

Installation

  • use your favorite method.
Plug 'ompugao/ctrlp-locate'
Bundle 'ompugao/ctrlp-locate'
NeoBundle 'ompugao/ctrlp-locate'

Usage

  • 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!

Configuration

  • see doc/ctrlp-locate.txt

LICENSE

MIT