LINKDING
Shared bookmarks
Vim :Ag search and replace, globally and within a directory - Stack Overflow
https://stackoverflow.com/questions/22206332/vim-ag-search-and-replace-globally-and-within-a-directory
Tags
#Conocimiento
#vim
Date added
July 9, 2024, 4:34 a.m.
Description
I am using :Ag in vim to search for patterns, but I can't figure out how to search and replace through ALL files in my project, or within a directly that I specify. How is this done?