mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: make <leader>n show references in quickfix
This commit is contained in:
parent
0c95eef23a
commit
f88413ddf8
|
@ -83,7 +83,7 @@ nmap <leader>sv :ALEGoToDefinition -vsplit<CR>
|
|||
nmap <leader>sh :ALEGoToDefinition -split<CR>
|
||||
nmap <leader>st :ALEGoToDefinition -tab<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>r :ALERename<CR>
|
||||
nmap <leader>` :ALELint<CR>
|
||||
|
|
Loading…
Reference in New Issue
Block a user