I use spacemacs and sometimes I need to fix window configuration 4 windows. Could somebody help with it?
I want to create 4 windows (split vertically and then both split horizontally)Then call some command like toggle-window-configuration-frozen and after that, I'd like to keep that configuration until- toggle back- C-x 0
At the moment, I experienced that, for example,
go test buffer kills after keyboard-quit (C-g)
window configuration resets on keyboard-escape-quit (C-u)