Fork me on GitHub
#spacemacs
<
2018-08-01
>
Timo Freiberg16:08:57

if anyone has any questions or feedback about treemacs - the author is a coworker of mine

👍 4
Mario C.17:08:31

When I am viewing a file in a window I can type / which allows me to search. Lets says I do /FOO what do I press to scroll through all the matches?

Mario C.17:08:38

Sorry for such a basic question

eggsyntax17:08:58

@mario.cordova.862 if I'm understanding you correctly (searching entirely within a regular buffer), you hit enter once you have it the way you want, and then n will jump forward to the next match.

eggsyntax17:08:21

N will go to the previous match.

eggsyntax17:08:32

NP! @mario.cordova.862 are all the matches in the buffer highlighted? I forget if that's turned on by default. If not, I recommend it 🙂

Mario C.17:08:46

Yea they all get highlighted

👍 4
Chase18:08:31

this little cheat sheet might help you Mario: https://gist.github.com/robphoenix/9e4db767ab5c912fb558 The search you are doing with / is actually a vim thing. This cheat sheet includes spacemacs stuff and some vim stuff. I also recommend going through the evil tutor. Press SPC h T to get to it.

👍 4