[bepo] tools/lsp: add t/s/C-t/C-s for lsp-ui-peek

Reference is 2491c8ed2c
This commit is contained in:
Gerry Agbobada 2020-10-15 09:57:24 +02:00
parent 1c7fd9c220
commit 5373f87234
No known key found for this signature in database
GPG Key ID: 53F94866E84818F6

View File

@ -109,6 +109,8 @@
(general-translate-key '(normal motion) 'lispyville-mode-map
"«" "<"
"»" ">"))
(after! lsp-ui
(doom-bepo-rotate-ts-bare-keymap '(lsp-ui-peek-mode-map)))
(after! org
(defadvice! doom-bepo--org-completing-read (&rest args)
"Completing-read with SPACE being a normal character, and C-c mapping left alone."