Fork me on GitHub
#spacemacs
<
2016-08-23
>
reefersleep13:08:46

Sometimes, neotree conks out and stops responding to any commands, such as delete file, open file in horizontal split, and simply open file. Anyone else have ny experience with this? I think it occurs when I try to use neotree and other commands at the same time, such as rgrep.

reefersleep13:08:03

I can still toggle neotree open/close, but that's about it.

zane16:08:18

Is there a way to clear the projectile cache?

zane16:08:51

Never mind, found it! SPC p I!

chris16:08:15

also, sending the prefix arg before you use SPC p f clears the cache before it searches

chris16:08:23

so SPC u SPC p f

alandipert18:08:47

on that note, does anyone know how to supply an actual prefix argument in spacemacs?

chris18:08:16

it’s SPC u when in normal mode and C-u in insert or emacs mode

chris18:08:10

spacemacs seems to convert SPC u to C-u silently, so use SPC u the same way you would C-u in regular emacs