Space *: Search for word under cursorSpace t Ftogglesauto-fill-mode, which enables hard wrappingC-x fcallsset-fill-column- sets the column to wrap atg qto format (applies wrapping ifauto-fill-modeenabled)Space s cclears search term* eedit word under cursor and change all in file/display (depending on mode)Space f yecho and yank filename for current buffer
There's a couple of ways, one way is
- Get search results
- Do
SPC /and type in your search string - or
SPC x Sand search string - where x is your scope indicator (p for project, d for directory, etc..)
- Do
- Once you have the occurences you want, hit
C-c C-einside the helm buffer to put all your match occurences and puts them into a special buffer called the edit buffer or something like that - in that buffer you can use any commands you'd normally use on a buffer
- the
C-c C-cto commit your changes.