Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] some extra bindings #90

Open
hrls opened this issue Nov 2, 2020 · 2 comments
Open

[Feature Request] some extra bindings #90

hrls opened this issue Nov 2, 2020 · 2 comments

Comments

@hrls
Copy link

hrls commented Nov 2, 2020

[C-k] – kill line, removes line under cursor from results.
[Tab] on result line – collapses as on file line.

@grettke
Copy link
Contributor

grettke commented Jul 18, 2021

Hi @hrls

I'm learning deadgrep myself.

Are you requesting new functionality or asking how to bind some keys to existing functionality?

For the latter I did for example

(defun gcr-deadgrep-normal-mode-hook ()
    "GCR's deadgrep *normal* mode setup."
    (local-set-key (kbd "e") #'deadgrep-edit-mode))
(add-hook 'deadgrep-mode-hook #'gcr-deadgrep-normal-mode-hook)

@hrls
Copy link
Author

hrls commented Sep 27, 2021

Hi @grettke
I guess some functions aren't implemented yet. Will be great if we can have them as defaults too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants