From a7135592a31fd165c9ee2f9f96ce0eceef976120 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 13 Mar 2021 01:51:27 +0100 Subject: [PATCH] Improve consult keybinds --- .config/emacs/config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 85a0233..41e6874 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -1792,12 +1792,12 @@ General.el ~leader key binds. ;; Search "s" '(:ignore t :which-key "search") "s a" '(avy-goto-char-timer :which-key "Avy goto char") - "s b" '(consult-line :which-key "Search buffer") + "s b" '(bookmark-jump :which-key "Jump to bookmark") "s f" '(consult-find :which-key "Search file") "s l" '(avy-goto-line :which-key "Avy goto line") - "s m" '(bookmark-jump :which-key "Jump to bookmark") "s p" '(consult-grep :which-key "Search project") "s q" '(evil-ex-nohighlight :which-key "Stop search") + "s s" '(consult-line :which-key "Search buffer") ;; Tabs / toggle "t" '(:ignore t :which-key "tabs/toggle")