We appear to be living in very different bubbles then.
The best evidence I could find is the Stackoverflow Survey [1]. Around the middle it asks for the "most popular development environments" (multiple selection possible). The leaders are Visual Studio Code, Visual Studio and Notepad++ with 34% each, followed by Sublime. Vim is fifth place, Emacs 15th place with just 4.1%. But it's heavily dependent on the community you look at, for example Vim is less popular with mobile developers and very popular with sysadmins/devops.
There is also a "prefered code editor" in the golang survey. Vim is second most popular, yet Vim and Emacs make for only a combined 16%.
According to the Rust survey [3] the rust community seems to love Vim though. 46% use Vim and 15.4% use Emacs.
A Python survey [4](by Jetbrains) has Vim at 10% and Emacs at 3%.
So from a quick look Emacs seems to be used by 2-4% of developers on a regular basis, while Vim use varies heavily between communities. So I might have to retract my statement on Vim, but I feel reasonably confident to say that Emacs is used by a tiny minority of people.
1: https://insights.stackoverflow.com/survey/2018/
2: https://blog.golang.org/survey2017-results
3: https://blog.rust-lang.org/2017/09/05/Rust-2017-Survey-Resul...
4: https://www.jetbrains.com/research/python-developers-survey-...