Replace ido-mini with consult-buffer

This commit is contained in:
contrapunctus 2022-01-16 02:32:18 +05:30
parent 21e42234b0
commit 15a2d0a475
1 changed files with 5 additions and 9 deletions

View File

@ -99,6 +99,7 @@ At first I decided to remap all Emacs, Boon, and Hydra bindings, but it turned o
This needs to be before =boon=/=exwm=, or you get a "failed to define function ido-mini" error when you press the keybinding.
#+BEGIN_SRC emacs-lisp
(use-package ido-mini
:disabled t
:demand
:load-path "~/.emacs.d/contrapunctus/ido-mini/"
:bind ("C-x C-l" . ido-mini))
@ -133,7 +134,7 @@ This needs to be before =boon=/=exwm=, or you get a "failed to define function i
([?\s-b] . delete-other-windows)
([?\s-m] . contrapunctus-general-hydra/body)
([?\s-w] . ido-mini)
([?\s-w] . consult-buffer)
([?\s-v] . exwm-input-toggle-keyboard)))
#+END_SRC
Use window title for buffer names.
@ -1485,8 +1486,8 @@ Suggestion by lampilelo for extending =iso-transl-ctl-x-8-map= (https://dpaste.c
;; are these being buggy?
;; ("(" . boon-navigate-backward)
;; (")" . boon-navigate-forward)
("M" . ido-mini)
("H" . ido-mini)
("M" . consult-buffer)
("H" . consult-buffer)
;; these I prefer in their Dvorak positions rather than their QWERTY positions
("/" . undo-tree-undo)
("?" . undo-tree-redo)
@ -1526,11 +1527,6 @@ Suggestion by lampilelo for extending =iso-transl-ctl-x-8-map= (https://dpaste.c
(derived-mode-p 'comint-mode)))
(setq hi-lock-auto-select-face t)
;; (define-key boon-command-map (kbd "x d f") nil)
(general-def boon-command-map
"M" 'ido-mini
"H" 'ido-mini
;; "x d" 'dired-jump
)
;; :hook
;; ((text-mode . turn-on-boon-mode)
;; (prog-mode . turn-on-boon-mode)
@ -3407,7 +3403,7 @@ But with =initials=, the desired completion is often buried in the results. That
"M-<f9>" 'dired-jump
"<f10>" 'save-buffer
"M-<f10>" 'find-file
"<f11>" 'ido-mini
"<f11>" 'consult-buffer
"M-<f11>" 'ibuffer
"<f12>" 'execute-extended-command
"M-<f12>" 'text-scale-adjust