Fork me on GitHub
#spacemacs
<
2017-08-10
>
jstaffans09:08:03

Fancy, I’ve mainy used just rgrep.. after jumping to a helm-ag search hit, how do I go to the next hit, without re-doing the search?

jstaffans09:08:12

ah, next-match

jstaffans09:08:42

any way to leave the helm buffer open while going through the search hits?

bja14:08:26

I think there's an option to preview the results when you cycle through them

ag17:08:58

@bja also you can toggle helm-follow-mode by pressing C-f - then jumping from line to line C-n/C-p will automatically open it. setting helm-follow-mode-persistent to non-nil, makes it remember your choice

pesterhazy17:08:41

it works in all helm buffers !

naomarik20:08:54

there a way to keep smart parens from being disabled in a yasnippet?

ag21:08:10

@naomarik elaborate pls. At expand time, when?

naomarik21:08:06

for instance typing let then expanding it, smart parens gets disabled so it ends up being more work trying to balance parens

naomarik21:08:29

i thought i had a messed up old spacemacs config but just blew everything away and started again from scratch and same deal