Map codeaction under cursor and codeaction as well
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix
index de1caeb..c429321 100644
--- a/src/apps/personal/vim.nix
+++ b/src/apps/personal/vim.nix
@@ -55,7 +55,9 @@
nmap <silent> ]c :call CocAction('diagnosticNext')<cr>
nmap <silent> [c :call CocAction('diagnosticPrevious')<cr>
- nmap <silent> <Leader>f <Plug>(coc-codeaction-selected)
+ nmap <silent> <Leader>fs <Plug>(coc-codeaction-selected)
+ nmap <silent> <Leader>ff <Plug>(coc-codeaction-cursor)
+ nmap <silent> <Leader>fg <Plug>(coc-codeaction)
nmap <Leader>e <Cmd>CocCommand explorer<CR>
set statusline=%t "tail of the filename