PeterfoxUwU
PeterfoxUwU
Topspace does not behave when changing the text scale with `text-scale-set`. When you scroll past the top the screen wraps around the point instead of moving it. Also `evil-scroll-*` commands...
In German we often use 𝔻 to denote a function domain and 𝕎 for the function range. It would be useful for writing math scripts.
With the following Setup ### test.hpp ``` c++ template struct _TypeInfo { template using type = Ts...[id]; static constexpr int count = sizeof...(Ts); }; using TypeInfo = _TypeInfo; // TypeInfo::type...