Skip to content

youngker/consult-codesearch.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

consult-codesearch.el MELPA

Consult interface for codesearch

Requirements

Usage

To use the -f or -i options, use -- after the search pattern.

!/0 Codesearch : import android -- -f java$ -i

You can add these lines to your init file.

(use-package consult-codesearch
  :bind
  (("C-c h f" . consult-codesearch-find-file)
   ("C-c h t" . consult-codesearch)
   ("C-c h I" . consult-codesearch-build-index)
   :map minibuffer-local-map
   ("C-c h" . consult-history)
   ("C-c s" . embark-export)))

Key bindings

Key Function
C-c h consult-history
C-c s embark-export

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published