All Projects → vim-scripts → Command T

vim-scripts / Command T

Fast file navigation for VIM

Programming Languages

ruby
36898 projects - #4 most used programming language

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3025

The Command-T plug-in provides an extremely fast, intuitive mechanism for opening files with a minimal number of keystrokes. It's named "Command-T" because it is inspired by the "Go to File" window bound to Command-T in TextMate.

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.

For more details and demonstration screencasts seen on the official Command-T website:

https://wincent.com/products/command-t

The latest version of the documentation can be viewed in the project Git repository:

http://git.wincent.com/command-t.git/blob_plain/HEAD:/README.txt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].