how many people on here regularly use vim, and actually use its commands?

Examples:
- ":r !date" or ":r !echo hi" to insert a date (or other command) into the open file at the cursor
- ":w !python" or ":w !bash" to run the current buffer through python/bash (or any other command)
- ":%!jq" or ":%!sort" to take the entire file's contents and pipe it into an external command like jq or sort

etc. I find it really useful at times but it seems like few people use it, let alone the commands!

#vim

I use vim, but not the commands
46.5%
I use vim's commands extensively
39.4%
I don't use vim
14.1%
Poll ended at .
@anthropy Can I have "I used to use vim, but then I got better" ?
@tryst @anthropy emacs user sighted
@philpem @anthropy nano, because it's the default in Debian and I'm lazy.
@tryst @philpem I don't mind nano/pico either! I do lowkey wish it had things like ":r !command" so I can easily add the exact date to a file or whatever tool output, but then again I don't always need that, and when I do there's usually vim available 
@anthropy @tryst @philpem I still regularly use nano mainly because many decades ago I used pine as my first internet email client, and just got too used to the pico interface even when I learned vim and other editors.