While working on my code, I decided I needed to change the name of a function. After making all the needed changes, I wanted to commit just just those naming changes and then continue working on what I was previously working on. Using magit, I was able to easily stage just the name changes. However, since I have a lot of changes that I haven't committed yet, I'm not sure if I staged all the changes I needed to.
Is there a way to search through the unstaged changes in magit?