Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wincent/command-t
⌨️ Fast file navigation for Neovim and Vim
https://github.com/wincent/command-t
vim
Last synced: 6 days ago
JSON representation
⌨️ Fast file navigation for Neovim and Vim
- Host: GitHub
- URL: https://github.com/wincent/command-t
- Owner: wincent
- License: bsd-2-clause
- Created: 2010-03-08T22:11:39.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T12:00:39.000Z (about 2 months ago)
- Last Synced: 2024-10-29T10:49:34.182Z (about 2 months ago)
- Topics: vim
- Language: Lua
- Homepage:
- Size: 22.1 MB
- Stars: 2,754
- Watchers: 54
- Forks: 320
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Command-T
Command-T is a Neovim and Vim plug-in that provides an extremely fast "fuzzy" mechanism for:
- Opening files and buffers
- Jumping to tags and help
- Running commands, or previous searches and commandswith a minimum of keystrokes.
Files are selected by typing characters that appear in their paths, and are ranked by an algorithm which knows that characters that appear in certain locations (for example, immediately after a path separator) should be given more weight.
Files can be opened in the current window, or in splits or tabs. Many configuration options are provided.
Speed is the primary design goal, along with providing high-quality, intuitive match ordering. The hand-crafted matching algorithm, implemented in low-level C and combined with parallelized search, input debouncing, integration with Watchman and many other optimizations, mean that Command-T is the fastest fuzzy file finder bar none.
---
For more information, see [the documentation](https://github.com/wincent/command-t/blob/main/doc/command-t.txt).