Variable: eglot-list-connections-mode-map
eglot-list-connections-mode-map is a variable defined in eglot.el.gz.
Value
Documentation
Keymap for eglot-list-connections-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
;;; List connections mode
(define-derived-mode eglot-list-connections-mode tabulated-list-mode
"" "Eglot mode for listing server connections
\\{eglot-list-connections-mode-map}"
(setq-local tabulated-list-format
`[("Language server" 16) ("Project name" 16) ("Modes handled" 16)])
(tabulated-list-init-header))