spacemacs

2022-07-13T10:44:30.669599Z

Is there a list of all the spacemacs keybindings some place or a way of seeing what they are for different modes? I'm setting up some keybindings and I'd like to be able to follow along with spacemacs practices if possible

2022-07-14T16:13:15.440289Z

Found it for spacemacs: https://develop.spacemacs.org/doc/DOCUMENTATION.html#commands

2022-07-14T16:13:24.762609Z

there are bindings for each layer as well

2022-07-14T16:13:39.528529Z

just want to keep my "emacs from scratch" as the kids say nowadays consistent

Martynas Maciulevičius 2022-07-13T10:47:45.476729Z

try pressing M+x and enter describe-mode

2022-07-13T10:52:49.632659Z

I was hoping it was documented somewhere beyond describe-mode as I don't have spacemacs installed

Martynas Maciulevičius 2022-07-13T11:01:33.934209Z

From what I know when using CIDER they define very many different keys for different sub-modes and those modes are all different.

Drew Verlee 2022-07-13T19:02:02.600829Z

how would i hide lines surrounding a region? i feel like i saw this feature in spacemacs default and i can't find it now.

Drew Verlee 2022-07-13T19:04:45.764079Z

the answer is narrow-to-<blah>

Drew Verlee 2022-07-13T19:07:17.674089Z

that's intresting, i narrowed file-a in one buffer then i created a new layout, and opened the file-a in another buffer and it's narrowed in that one to.