Emacs: How to show occurences across a directory -
in single buffer, use m-s o show occurences of regular expression. how can across entire current directory?
you can use rgrep. have bound this:
(global-set-key (kbd "c-<") 'rgrep) in single buffer, use m-s o show occurences of regular expression. how can across entire current directory?
you can use rgrep. have bound this:
(global-set-key (kbd "c-<") 'rgrep)
Comments
Post a Comment