Просмотр исходного кода

add commented-out unite.vim settings

Weiyi Lou 12 лет назад
Родитель
Сommit
6950aca8f7
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      vim/vimrc

+ 7 - 0
vim/vimrc

@@ -245,6 +245,13 @@ nmap <C-F> :Grep<space>
 " Code heirarchy with Tagbar
 nmap <silent> <leader>t    :TagbarToggle<CR>
 
+" Unite settings
+"
+"nnoremap <C-F> :Unite file_rec/async:! -prompt=Goto\ File\ >\  -buffer-name=Files -resume<CR>
+"let g:unite_enable_start_insert = 1
+"call unite#custom_source('file_rec/async', 'matchers', 'matcher_fuzzy')
+"call unite#custom_source('file_rec/async', 'sorters', 'sorter_rank')
+
 
 """"""""
 "" Key Remaps - Movement and Windows