summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-15 01:44:00 +0100
committerjao <jao@gnu.org>2022-06-15 01:44:00 +0100
commitdf2de54b62180413528ce0ada1a31160c360677c (patch)
tree46e5f88a51d996760315ab4f56d8047e1a311be1 /custom
parent0369a12e2715719e60768ab0b57c65a04f438c4b (diff)
downloadelibs-df2de54b62180413528ce0ada1a31160c360677c.tar.gz
elibs-df2de54b62180413528ce0ada1a31160c360677c.tar.bz2
completion: a couple of keybindings
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-completion.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el
index e4ad154..83458e3 100644
--- a/custom/jao-custom-completion.el
+++ b/custom/jao-custom-completion.el
@@ -1,4 +1,4 @@
-;; -*- lexical-binding: t -*-
+;; -*- lexical-binding: t; jao-outline-folded: t; -*-
;;; imenu
(use-package imenu
@@ -157,7 +157,8 @@
:after vertico
:bind (:map vertico-map (("RET" . vertico-directory-enter)
("M-<backspace>" . vertico-directory-delete-word)
- ("<backspace>" . vertico-directory-delete-char))))
+ ("<backspace>" . vertico-directory-delete-char)
+ ("DEL" . vertico-directory-delete-char))))
(vertico-mode)
@@ -185,10 +186,10 @@
("M-g m" . consult-mark)
("M-g e" . consult-error)
("M-s m" . consult-multi-occur)
- ("M-s o" . consult-outline)
+ ("M-o" . consult-outline)
+ ("M-i" . consult-imenu)
("M-y" . consult-yank-pop)
("C-s" . isearch-forward)
- ("C-S-s" . consult-line)
("<help> a" . consult-apropos))
:custom ((consult-preview-key (kbd "`")))