From 666d771133aef7f237263da1998066d6280759f3 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 17 Feb 2020 15:21:33 -0500 Subject: [PATCH] Bind lsp-describe-thing-at-point to K in lsp-mode --- emacs/init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.org b/emacs/init.org index bba9e54..ca3d239 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -2502,6 +2502,7 @@ Emacs support for the Language Server Protocol ("S" lsp-shutdown-workspace)) :general (lsp-mode-map "C-c h" 'hydra-lsp/body) + ((normal visual motion) lsp-mode-map "K" #'lsp-describe-thing-at-point) :config (setq lsp-prefer-flymake nil) :commands lsp-mode)