We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[C-k] – kill line, removes line under cursor from results. [Tab] on result line – collapses as on file line.
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
Hi @grettke I guess some functions aren't implemented yet. Will be great if we can have them as defaults too.
No branches or pull requests
[C-k] – kill line, removes line under cursor from results.
[Tab] on result line – collapses as on file line.
The text was updated successfully, but these errors were encountered: