Explorar o código

add commented-out unite.vim settings

Weiyi Lou %!s(int64=12) %!d(string=hai) anos
pai
achega
6950aca8f7
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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