vim: add <leader>ll to open loclist

feature/improve-speed
bretello 2021-03-15 10:35:35 +01:00
parent 8a1ca40569
commit 40074e5655
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ nmap <leader>tc :tabclose<CR>
" open quickfix
nmap <leader>cc :botright cope<CR>
" open loclist
nmap <leader>ll :botright lope<CR>
" close quickfix (also see <leader>C below)
nmap <leader>cx :hide<CR>
nmap <leader>co ggVGy:tabnew<CR>:set syntax=qf<CR>pgg