Skip to content
Snippets Groups Projects
Commit 0b02d9b9 authored by Jan Hensel's avatar Jan Hensel
Browse files

nvim: Quickfix trouble bind

I think trouble changed a lot, probably should look into configuring
it proper from scratch and finding some nice binds
parent 35a37c1d
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ nnoremap <leader>lea <cmd>lua vim.lsp.buf.code_action()<CR>
nnoremap <leader>lo :LspStop<CR>
nnoremap <leader>lO :LspStart<CR>
autocmd FileType rust nnoremap <leader>lt :RustToggleInlayHints<CR>
nnoremap <leader>tt :TroubleToggle<CR>
nnoremap <leader>tt :Trouble diagnostics toggle<CR>
nnoremap H :tabprev<CR>
nnoremap L :tabnext<CR>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment