From af80c69b782c0cdd37180747d4ab6a6af28750b8 Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 11 Mar 2025 06:53:00 +0100 Subject: [PATCH] dev: Change keybinding to show code docs --- .config/emacs/config/dev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/config/dev.el b/.config/emacs/config/dev.el index 4d2de63..08f0375 100644 --- a/.config/emacs/config/dev.el +++ b/.config/emacs/config/dev.el @@ -47,7 +47,7 @@ (use-package lsp-ui :ensure t :bind - ("C-c i" . lsp-ui-doc-show) + ("s-l i" . lsp-ui-doc-show) :config (setq lsp-ui-doc-position 'at-point) (setq lsp-ui-doc-show-with-mouse nil)