From cfb9e1dae86aee7c6f48ac98bcf6bbb5a4b62afe Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 21 Aug 2026 22:55:48 +0200 Subject: [PATCH] add s-s -> consult-line (windowskey+s), useful in magit-status --- lisp/init-smarter-than-emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/init-smarter-than-emacs.el b/lisp/init-smarter-than-emacs.el index 8c60d64..0e3064f 100644 --- a/lisp/init-smarter-than-emacs.el +++ b/lisp/init-smarter-than-emacs.el @@ -198,6 +198,7 @@ targets." :bind (;; C-c bindings in `mode-specific-map' ("C-x b" . consult-buffer) ("C-c C-j" . consult-imenu) + ("s-s" . consult-line) ("C-x C-r" . consult-recent-file)) ;; replaces recentf ;; Enable automatic preview at point in the *Completions* buffer. This is