diff --git a/modules/lsp/siren-helm-lsp.el b/modules/lsp/siren-helm-lsp.el index 0d58fc0..82467d1 100644 --- a/modules/lsp/siren-helm-lsp.el +++ b/modules/lsp/siren-helm-lsp.el @@ -13,7 +13,9 @@ :after (helm-global-bindings) :bind ("C-c '" . helm-lsp-workspace-symbol) - ("C-c C-'" . helm-lsp-workspace-symbol)) + ("C-c C-'" . helm-lsp-workspace-symbol) + ("C-c \\" . helm-lsp-diagnostics) + ("C-c C-\\" . helm-lsp-diagnostics)) (provide 'siren-helm-lsp) ;;; siren-helm-lsp.el ends here