From 236fcf4d68da2c5076b37081dc13ff4b865c528a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 13 Jul 2015 20:27:45 -0400 Subject: Remove 'Command-T' plugin I absolutely love Command-T, and it's served me so well over the last year and a few months. Its native Ruby C extension makes it super fast, much faster than CtrlP. That said, it can take 2-3 seconds to initialise if its cache is empty, so when I start a new Vim instance or clear Command-T's cache after adding or removing files or switching to a git branch that's very different, I have to wait for it to do its thing. This initialisation time really got on my nerves last week when I constantly had to clear Command-T's cache for some reason in order for it to list the files I was looking for, resulting in more waiting than I would have liked. Because of this, I went looking around at other options to test their speed. I've settled on Thoughtbot's pick(1) after testing out different fuzzy finder plugins. --- bundle/Command-T | 1 - 1 file changed, 1 deletion(-) delete mode 160000 bundle/Command-T (limited to 'bundle') diff --git a/bundle/Command-T b/bundle/Command-T deleted file mode 160000 index 3a5d9b9..0000000 --- a/bundle/Command-T +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3a5d9b9f58f9749d6632194a45f24884882ad93d -- cgit v1.2.3