Fork me on GitHub
#spacemacs
<
2018-03-26
>
Josh Horwitz02:03:44

I'm' trying to map m to do what % does is normal mode, does anyone know how I would re-map that?

ag18:03:19

but then you'd lose the ability to set markers (easily)

ag18:03:54

try: (define-key evil-normal-state-map "m" 'evil-jump-item)

Josh Horwitz22:03:18

Thanks. I have never used markers before, how would you use them?

ag22:03:11

If I can suggest: always check first if there's a binding that corresponds to a keycord (before rebinding it to something else). Press C-h k and then the key

fedreg21:03:34

I'm not sure if this is a spacemacs or cider problem but sometimes when I get a compiler error my emacs window "blows up" with a bunch of extra buffers. So I may have have two buffers open in a window, split horizontally, and then compiler error happens and boom, I now have 10+ buffer windows; all the same file as the one I was trying to compile. Happens intermittently. Anyone else have this issue? thx!!!

ag22:03:15

this sounds like a CIDER problem and probably it is. Remember: in Spacemacs you can always go back to previous window config by pressing SPC w u

fedreg06:03:34

Thanks @U0G75ARHC! That is going to be really useful!