mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lsp): Add helm-lsp-workspace-symbol keybinding for terminal use
Make `C-c '` run `helm-lsp-workspace-symbol` just like `C-c C-'` already did. This is required as `C-'` cannot be used within terminals.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
(use-package helm-lsp
|
||||
:bind
|
||||
("C-c '" . helm-lsp-workspace-symbol)
|
||||
("C-c C-'" . helm-lsp-workspace-symbol))
|
||||
|
||||
(provide 'siren-helm-lsp)
|
||||
|
||||
Reference in New Issue
Block a user