[feat] Update stuff

This commit is contained in:
Uttarayan Mondal
2024-02-01 00:15:33 +05:30
parent c2da4506ed
commit 04b7ea4701
4 changed files with 57 additions and 20 deletions

View File

@@ -75,7 +75,7 @@ local normal_mode_maps = {
{ key = '<C-W>%', map = [[<cmd>vsplit<cr>]] },
{ key = '<C-W>"', map = [[<cmd>split<cr>]] },
{ key = '<C-l>', map = [[<cmd>:SymbolsOutline<cr>]] },
{ key = '<leader>A', map = [[<cmd>:Lspsaga code_action<cr>]] },
{ key = '<leader>a', map = [[<cmd>:lua vim.lsp.buf.code_action()<cr>]] },
-- Other
{ key = '<leader>m', map = [[<cmd>silent !mpcfzf<cr>]] },