Skip to content

Instantly share code, notes, and snippets.

@yuki-yano
Created September 27, 2016 04:52
Show Gist options
  • Select an option

  • Save yuki-yano/ce0e96ddaea128199749503565728ec3 to your computer and use it in GitHub Desktop.

Select an option

Save yuki-yano/ce0e96ddaea128199749503565728ec3 to your computer and use it in GitHub Desktop.
Plug 'Shougo/unite.vim'
Plug 'osyo-manga/unite-quickfix'
" quickfix
call unite#custom_source('quickfix', 'sorters', 'sorter_reverse')
call unite#custom_source('location_list', 'sorters', 'sorter_reverse')
nnoremap <silent> <Leader>q :Unite quickfix -direction=botright -no-quit<CR>
nnoremap <silent> <Leader>l :Unite location_list -direction=botright -no-quit<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment