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 27 28 29 30 31 32 33 34 35 36
|
Source: vim-command-t
Maintainer: Sam Morris <sam@robots.org.uk>
Section: editors
Priority: optional
Build-Depends:
bundler,
debhelper-compat (= 10),
dh-vim-addon,
rake,
ruby,
ruby-dev,
ruby-rr (>= 1.1.2-2),
# Prior versions do not have rubygems-integration for ruby2.2
ruby-rspec,
Standards-Version: 3.9.6
Homepage: https://wincent.com/products/command-t
Vcs-Browser: https://github.com/yrro/command-t
Vcs-Git: https://github.com/yrro/command-t.git
Package: vim-command-t
Architecture: any
Depends:
vim-nox | vim-ruby,
${vim-addon:Depends},
${shlibs:Depends},
${misc:Depends},
Suggests:
ruby,
Description: open files with a minimum number of keystrokes
Files are selected by typing characters that appear in their paths, and
are ordered by an algorithm which knows that characters that appear in
certain locations (for example, immediately after a path separator)
should be given more weight.
.
Command-T is named so because it is inspired by the "Go to File" window
bound to Command-T in TextMate.
|