Created
September 27, 2016 04:52
-
-
Save yuki-yano/ce0e96ddaea128199749503565728ec3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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