Modal editors shine when you’re trying edit groups of things: adjusting columns of text, applying transformations to many occurrences, etc.
Of course, non-modal IDEs let you do search-and-replace, but they don’t provide a composable framework for thinking about text transformations.
Above all else, having this composable framework enables me to focus on the code. I rarely think about my text editor. I see code, I want to change code, then I change code with a few keystrokes.
(1) If I am sysadmining a Linux/Unix machine I can usually count on vi being installed but I can’t count on emacs. The whole reason I might be logging in is that the package database is trashed or maybe they don’t want to install emacs, if I can get the job done with vi quick than the job is done. A corollary to this is that I don’t like customizing an editor because I expect to use the stock configuration wherever I go.
(2) I spend most of my time typing into an IDE on Windows but sometimes I need to just edit a file on a Linux/Unix system or maybe even Windows or MacOS and I find I can just cut-and-paste between a vi window and a web browser or IDE window but I can’t do the same with emacs because of how it uses continuation characters.
I can’t say I am good at vi but I am just using it to do Notepad’s job and I find it as easy to use as Notepad.
Short answer? No! Long answer? ...NOPE!