map code action popup to <leader>ca

This commit is contained in:
Vladan Popovic 2023-09-26 02:15:59 +02:00
parent 88e3cb4ead
commit 79b517a247
1 changed files with 1 additions and 0 deletions

View File

@ -13,3 +13,4 @@ utils.map("n", "<leader>s", "<cmd>setlocal spell spelllang=en_us<cr>")
-- Toggle line numbers and file tree
utils.map("n", "<F3>", "<cmd>set nonumber!<CR>")
utils.map("n", "<leader>fe", "<cmd>Oil<CR>")
utils.map("n", "<leader>ca", "<cmd>CodeActionMenu<CR>")