Fork me on GitHub
#spacemacs
<
2022-08-04
>
jumar06:08:30

Does spacemacs have an equivalent action (and keybinding) for projectile-find-file-in-directory?

erwinrooijakkers07:08:41

If you use SPC-? you can search for keybindings

erwinrooijakkers07:08:56

So apparently it’s SPC p d

jumar07:08:44

That's not the same thing - I'm looking for projectile-find-file-in-directory

jumar07:08:57

projectile-find-dir simply jumps to the directory

erwinrooijakkers08:08:47

Ah okay then it doesn’t exist. You can create a binding yourself, like this in dotspacemacs/user-config of .spacemacs: (define-key evil-normal-state-map (kbd "<SPC>ps") 'projectile-find-file-in-directory)

erwinrooijakkers08:08:53

s search is still free…

jumar08:08:11

Thanks for the tip! I just did this - except that I used SPC o p s to avoid future collisions (I think SPC o ... prefix is meant to be used for user-defined bindings)

erwinrooijakkers08:08:09

ah haha i was not aware of user-defined bindings to avoid future collisions

erwinrooijakkers07:08:19

Since updating to Emacs 29.0.50 the color of my cursor switches to purple instead of yellow

erwinrooijakkers07:08:27

It’s not the lisp mode as far as I am aware since the behaviour is the same, only the cursor color is different, if I press ESC it switches back to yellow

erwinrooijakkers07:08:19

any ideas how to keep it yellow ? 🙂