Switch qfix to qfix and loclist toggles

This commit is contained in:
ViViDboarder 2015-05-21 13:51:59 -07:00
parent 89fa788e85
commit 8d24b9ab33
1 changed files with 3 additions and 3 deletions

View File

@ -185,9 +185,9 @@ Plug 'Shougo/vimproc.vim', { 'do': 'make' }
Plug 'tpope/vim-repeat' Plug 'tpope/vim-repeat'
" emacs bindinds in insert " emacs bindinds in insert
Plug 'tpope/vim-rsi' Plug 'tpope/vim-rsi'
Plug 'ViViDboarder/QFixToggle' Plug 'milkypostman/vim-togglelist'
" {{ " {{
" Toggle QuickFix window nnoremap <silent> <F6> :call ToggleQuickfixList()<CR>
nnoremap <silent> <F6> :QFix<CR> nnoremap <silent> <F7> :call ToggleLocationList()<CR>
" }} " }}
" }} " }}