File: control

package info (click to toggle)
vim-ctrlp 1.80-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 340 kB
  • ctags: 372
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 915 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: vim-ctrlp
Section: editors
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: https://ctrlpvim.github.io/ctrlp.vim/

Package: vim-ctrlp
Architecture: all
Depends: vim, ${misc:Depends}
Recommends: vim-addon-manager
Description: fuzzy file, buffer, mru, tag, etc. finder for Vim
 CtrlP features:
  * written in pure Vimscript
  * full support for Vim's regexp as search patterns
  * built-in Most Recently Used (MRU) files monitoring and search
  * built-in project's root finder
  * open multiple files at once
  * create new files and directories
  * execute Ex commands on an opening file (jump to a line, to a string or do
    anything)
  * optional cross-sessions caching and history allow for fast initialization
  * mappings and usage conform to Vim's conventions
 .
 Invoke: `vam install ctrlp` to enable this plugin.