helm-ag

helm-ag

May 7, 2024 | seedling, permanent

tags :

#

github The silver searcher with helm interface

search current directory
helm-ag
select and sub dir in current directory
C-u helm-ag
project search
helm-projectile-ag
refactor
search and `C-c C-e`

Limiting searched files #

github, ref Command line options is -Gmd$ and search pattern is search_pattern. helm-ag treats words which starts with - as command line option.

ag -G regex-pattern

  1. C-u search
  2. options: -G\.py$
  3. pattern .utils

Refactoring #

  1. search
  2. c-c c-e
  3. replace using iedit mode
  4. c-c


Links to this note

Go to random page

Previous Next