Skip to content
Discussion options

You must be logged in to vote

You could define your own command that calls consult-focus-lines with the SHOW argument set to t (which is what using C-u does):

(defun reveal-lines ()
  (interactive)
  (consult-focus-lines nil t))

Then bind that to any key you want.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@paniash
Comment options

Answer selected by paniash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants