Emacs: Keybinding for finding references.
This commit is contained in:
parent
d281ab6166
commit
7275c6930e
|
@ -1,6 +1,6 @@
|
||||||
;;; c++.el --- C++ settings. -*- lexical-binding: t; -*-
|
;;; c++.el --- C++ settings. -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Time-stamp: <2019-11-04T10:10:29+00:00>
|
;; Time-stamp: <2019-12-19T18:21:05+00:00>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -111,7 +111,9 @@
|
||||||
|
|
||||||
:bind
|
:bind
|
||||||
(:map lsp-ui-mode-map
|
(:map lsp-ui-mode-map
|
||||||
("M-." . lsp-ui-peek-find-definitions))
|
("M-." . lsp-ui-peek-find-definitions)
|
||||||
|
("C-M-." . lsp-ui-peek-find-references)
|
||||||
|
)
|
||||||
|
|
||||||
:hook
|
:hook
|
||||||
(lsp-mode . lsp-ui-mode)
|
(lsp-mode . lsp-ui-mode)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user