God I love how #GodotEngine is so open source and hackable. Every time I run into something annoying I can just... fix it.

I'm annoyed that double clicking the scene arrows makes a new tab? Just comment that out.

I want to orbit the 3D viewport with a horizontal scroll? Done, with an editor setting for sensitivity to boot.

There's no keyboard shortcut to make a new folder in the file system dock? I'll just add one.

For sure, parts of Godot's code base feels like trying to read a foreign language, and the missing / out of date documentation around extending Godot with C++ doesn't help (why are there so many generated undocumented macros?), but I am slowly starting to actually learn my way around.