changed keymap vor outlin a-7

main
Mathias Rothenhaeusler 2023-12-04 19:19:56 +01:00
parent 3b709033df
commit b22133d2dd
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ local on_attach = function(_, bufnr)
{ noremap = true, silent = false, buffer = bufnr } { noremap = true, silent = false, buffer = bufnr }
) )
keymap.set("n", "<leader>o", "<cmd>Lspsaga outline<CR>", opts) -- see outline on right hand side keymap.set("n", "<a-7>", "<cmd>Lspsaga outline<CR>", opts) -- see outline on right hand side
-- LSP Saga -- LSP Saga