1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 11:31:30 +01:00

vim: add <leader>ll to open loclist

This commit is contained in:
bretello 2021-03-15 10:35:35 +01:00
parent 8a1ca40569
commit 40074e5655
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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