-
Notifications
You must be signed in to change notification settings - Fork 6
Fast file navigation for VIM
vim-scripts/Command-T
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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