spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
erwinrooijakkers 2020-02-28T13:37:00.059400Z

Wow so you can create multiple views

πŸ‘ 2
erwinrooijakkers 2020-02-28T13:37:42.060100Z

I don’t know what it means exactly but I did SPC l 0 to create two named perspectives in different starting state

erwinrooijakkers 2020-02-28T13:38:04.060700Z

Can switch between them via SPC l 1 and SPC l 2 or SPC l 0 and pick my named perspective

erwinrooijakkers 2020-02-28T13:38:17.061100Z

So for working in multiple projects at once? And keeping the state separate?

aisamu 2020-02-28T14:03:02.065700Z

The workspaces are contained within a layout, but there's nothing stopping you from having multiple projects per layout. I'm starting to create layouts per feature, because they usually involve code in 2+ different projects. SPC l w 1 will jump straight to 1, but you can also go backwards and forwards with g t & g T (workspaces within a layout). Renaming (`SPC w l R`) is also useful when you have lots of those. SPC b W should change to the buffer and switch to the workspace that contains it, but it doesn't work for me

practicalli-john 2020-02-28T14:54:51.069300Z

@erwinrooijakkers SPC l TAB switches to last layout, so makes it easy to toggle between two. Just the same as toggling between two buffers with SPC TAB

practicalli-john 2020-02-28T14:57:03.072Z

SPC l l selects a layout by name, or create a named layout of that name does not exist. I find it useful for selection when I have more than 10 layouts (which I often do)

aisamu 2020-02-28T15:01:06.072200Z

Oops, important edit: SPC l 1 -> SPC l w 1

Mario C. 2020-02-28T20:18:51.074100Z

@aisamu It's exactly what I was looking for! πŸ™Œ

πŸŽ‰ 1