Keybinding for consult outline

This commit is contained in:
Tobias Ostner 2023-06-02 08:40:27 +02:00
parent 4810eff784
commit 768b262e05

View file

@ -79,7 +79,7 @@
("C-x p b" . consult-project-buffer)
("M-y" . consult-yank-pop)
("M-g g" . consult-goto-line)
("M-g M-g" . consult-goto-line)
("M-g M-g" . consult-outline)
("M-i" . consult-imenu)
("M-s l" . consult-line)
("M-s L" . consult-line-multi))