code actions
This commit is contained in:
parent
f24d7192ca
commit
cd97e24115
1 changed files with 1 additions and 1 deletions
2
init.el
2
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue