diff options
| author | Teddy Wing | 2015-07-13 20:20:44 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-07-13 20:20:44 -0400 | 
| commit | 398b2ad4947c9dbdb93e28a1ad7bb573e7cde4df (patch) | |
| tree | 8841f6333725cee9e116b1ab8f0aa94dcaee2f30 /vimrc | |
| parent | 95256a840f492eaa45c8a0e78791a0916821f9a9 (diff) | |
| download | dotvim-398b2ad4947c9dbdb93e28a1ad7bb573e7cde4df.tar.bz2 | |
vimrc: Remove Unite configuration
Now that I've removed Unite in 95256a840f492eaa45c8a0e78791a0916821f9a9,
we can remove its configuration and mappings.
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 20 | 
1 files changed, 0 insertions, 20 deletions
| @@ -455,26 +455,6 @@ nnoremap <leader>sf :CommandTFlush<cr>  let g:CommandTWildIgnore=&wildignore . ",*/vendor/*,*/node_modules/*" -" Unite -" http://stackoverflow.com/a/17387785 -if executable('ag') -  let g:unite_source_grep_command = 'ag' -  let g:unite_source_grep_default_opts = '--nogroup --nocolor --column' -  let g:unite_source_grep_recursive_opt = '' -endif - -call unite#filters#matcher_default#use(['matcher_fuzzy']) - -nnoremap <leader>add :<c-u>Unite -start-insert -immediately file_rec<cr> -nnoremap <leader>abb :<c-u>Unite -start-insert -immediately buffer<cr> -nnoremap <leader>ads :<c-u>Unite -start-insert -immediately file_rec split<cr> -nnoremap <leader>abs :<c-u>Unite -start-insert -immediately buffer split<cr> -nnoremap <leader>adv :<c-u>Unite -start-insert -immediately file_rec vsplit<cr> -nnoremap <leader>abv :<c-u>Unite -start-insert -immediately buffer vsplit<cr> -nnoremap <leader>adt :<c-u>Unite -start-insert -immediately file_rec tabopen<cr> -nnoremap <leader>abt :<c-u>Unite -start-insert -immediately buffer tabopen<cr> - -  " pick  let g:pick_command = "find * -type f -o -type l" | 
