Hacker News new | ask | show | jobs
by philsnow 4101 days ago
It sounds exactly like all the various attempts people have made over the years to make a vim-alike textarea editor in javascript. They always forget block select mode, or don't implement bookmarks quite right, or something, which ends up in frustration if you're used to using your editor of choice as more than a Notepad.exe-alike.
1 comments

Lots of people use vi (which lacks block-select mode) as more than a Notepad.exe-alike without frustration