From cd97e241158a1e76889c68b3931760d6921cf75f Mon Sep 17 00:00:00 2001 From: foosinn Date: Sun, 27 Mar 2022 00:13:15 +0100 Subject: [PATCH] code actions --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index c075ad8..93f0e07 100644 --- a/init.el +++ b/init.el @@ -26,7 +26,6 @@ ;; global keybindings (global-set-key (kbd "C-k") 'previous-line) (global-set-key (kbd "C-j") 'next-line) -(global-set-key (kbd "C-RET") 'lsp-execute-code-action) ;; package manager (require 'package) @@ -384,6 +383,7 @@ "mn" 'flycheck-next-error "ms" 'lsp-ivy-workspace-symbol "mS" 'lsp-ivy-global-workspace-symbol + "m RET" 'lsp-execute-code-action ;; Projectile "p" '(:ignore t :which-key "Projectile")