From 8e3a6bceb290b1e008484c8c777fdcc092a5de02 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 13 Jul 2015 21:03:36 -0400 Subject: vimrc: Remove Command-T configuration Now that I've removed Command-T (236fcf4d68da2c5076b37081dc13ff4b865c528a), we can remove its configuration. --- vimrc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 4753ac5..e48313b 100644 --- a/vimrc +++ b/vimrc @@ -310,6 +310,7 @@ " files in the pick list. " * Add mappings to use pick.vim for opening buffers in new splits, " vsplits, and tabs +" * Remove Command-T configuration. Switching to pick. " @@ -446,15 +447,6 @@ endif " Plugins " ======= -" Command-T -" Remap Command-T from t to d (BBEdit style) -nnoremap d :CommandT -nnoremap sf :CommandTFlush - -" Directories & files to ignore during Command-T searches -let g:CommandTWildIgnore=&wildignore . ",*/vendor/*,*/node_modules/*" - - " pick let g:pick_command = "find * -type f -o -type l" -- cgit v1.2.3