>>3Which is why you use evil mode. You can also program it as you like. My favourite method is making modes just like in vi, where if I hit Ctrl, it's in Ctrl mode, then I type the sequence, even if it is just one letter, then press Ctrl to end the state, and it inputs Ctrl+ all sequences. The comma is used to define another Ctrl in the sequence. Optionally, you can make make the mode be for one chorded input, and double tap Ctrl to initiate the mode, which I call Ctrl lock. I also have a Meta mode too, and a symbol mode, to input those characters not in my ANSI keyboard, kinda like the compose key.
You can't do the same in vim or sed, unfortunately. Emacs gives you the full freedom to adapt all its features and functions, being an interpreter after all.