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

vim: make <leader>n show references in quickfix

This commit is contained in:
bretello 2022-03-31 19:30:11 +02:00
parent 0c95eef23a
commit f88413ddf8
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -83,7 +83,7 @@ nmap <leader>sv :ALEGoToDefinition -vsplit<CR>
nmap <leader>sh :ALEGoToDefinition -split<CR> nmap <leader>sh :ALEGoToDefinition -split<CR>
nmap <leader>st :ALEGoToDefinition -tab<CR> nmap <leader>st :ALEGoToDefinition -tab<CR>
nmap <leader>A :ALEGoToDefinition<CR> nmap <leader>A :ALEGoToDefinition<CR>
nmap <leader>n :ALEFindReferences -relative<CR> nmap <leader>n :ALEFindReferences -quickfix <bar> copen<CR>
nmap <leader>h :ALEHover<CR> nmap <leader>h :ALEHover<CR>
nmap <leader>r :ALERename<CR> nmap <leader>r :ALERename<CR>
nmap <leader>` :ALELint<CR> nmap <leader>` :ALELint<CR>