command-t
command-t copied to clipboard
⌨️ Fast file navigation for Neovim and Vim
At the moment we just ignore them (if `ignore_spaces` is set), but we could leverage the signal more directly. Putting a space before something is a very clear signal that...
Here's an issue for me to think through the details of actually releasing the Lua rewrite (#380) that is going on right now in the `pu` branch. - **Current state:**...
While running the make command following [this documentation](https://github.com/wincent/command-t/blob/c797e8b76155e24ebdf180cef28e1a409604492e/doc/command-t.txt#L315) I got this error message: ``` ld: warning: directory not found for option '-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.6.Internal.sdk/usr/local/lib' ``` So I go to check my Xcode...
When I trigger Command-T for the first time in a session, I see this message > Ignoring ffi-1.9.18 because its extensions are not built. Try: gem pristine ffi --version 1.9.18...
After a recent system update, command-t is no longer usable with neovim; I get the following message: ``` Error detected while processing /home/roman/.local/share/nvim/site/pack/plugins/start/command-t/autoload/commandt.vim: line 230: NameError: uninitialized constant CommandT Error...
Hi, when the files have changed, I do this: 1. `\t` to start Command-T 2. Type in some characters and realize that it can't find the file, because it has...
Every time I try to open command-t on a file, it starts searching for all the files making the vim unusable. How to cache the result and use the same...
I have tried a lot of different things, and I have managed to run _ruby extconf.rb_ and _make_ successfully, but I'm getting this message when I run ':CommandT' > command-t.vim...
Add option to modify CommandTCharMatched from .vimrc