From: Adam A.G. Shamblin Date: Mon, 15 Sep 2014 21:47:20 +0000 (-0600) Subject: Add vim options for command-t X-Git-Url: https://git.vexinglabs.com/?a=commitdiff_plain;h=79482535735108f7364b7da6e6bd0770cb527167;p=dotfiles.git Add vim options for command-t --- diff --git a/dotvimrc b/dotvimrc index 4946bfb..8d85e4c 100644 --- a/dotvimrc +++ b/dotvimrc @@ -17,13 +17,22 @@ set visualbell set vb set colorcolumn=80 set hlsearch +set switchbuf=usetab set mouse=a set ttymouse=xterm2 +set wildignore+=**/node_modules/*,**/target/* + +let mapleader="," +let g:CommandTAcceptSelectionTabMap='' + +map f :CommandT + +" Setup project/team-specific configurations function! SetupEnvironment() let l:path = expand('%:p') - " MapQuest project-specific configurations + " MapQuest if l:path =~ '/Users/ashamblin14/workspace' if &filetype == "javascript" setlocal tabstop=2 softtabstop=2 shiftwidth=2