From 4ac41e256a1ce45dedef17b20eac3069bd147cce Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 15 Nov 2022 17:48:49 -0800 Subject: [PATCH] [vim] Remove command-t; it's been real o7 --- vimrc.common | 1 - 1 file changed, 1 deletion(-) diff --git a/vimrc.common b/vimrc.common index d94945e..87c427e 100644 --- a/vimrc.common +++ b/vimrc.common @@ -27,7 +27,6 @@ Plugin 'PeterRincker/vim-argumentative' Plugin 'sjl/gundo.vim' " Undo helper Plugin 'scrooloose/nerdtree' -Plugin 'wincent/command-t' "Plugin 'erynofwales/vim-fancyfolds' Plugin 'apple-swift', {'pinned': 1}