I think I've finally realized that a weird thing about the terminal is that a lot of things just are not actually documented in any reasonable way? Like if you want to know more about `Ctrl+C` and you use `zsh` for example, the only official documentation I can really find is `man termios` or man stty
realistically in practice I think most people do not read "official documentation" for stuff like this, it's easier to rely on friendly coworkers / blog posts / stack overflow