Hacker News new | ask | show | jobs
by yeahit 6093 days ago
As a VIM user, these things irritated me:

1) I cannot delete the end of a line with this thing. Is that normal? Im only used to VIM so this might be a VI thing.

2) CLTR+ does not scale up the font size

1 comments

> Is that normal?

Yes. You're not "meant" to be able to backspace over content that wasn't added in your current transaction. Which is really inconvenient, because if you delete things when you're in command mode then it overwrites what's in your buffer, which is often convenient.

In vim you can simulate this by doing

    :set compatible