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")