|
|
|
Ask HN: What Vim habits did you need to unlearn?
|
|
4 points
by WonderAlmighty
549 days ago
|
|
If you don't use Vim, know that it has probably the steepest learning curve of any text editor (or at least non-IDE editors) and many users pick up habits along the way they need to unlearn. I'll start: I need to unlearn pressing `i` when I mean to press `a`. `i` moves one character back while `a` doesn't which is what I want most of the time. And apparently many users need to get used to `h j k l` over arrow keys, though I already binded `CMD h j k l` on my mac since that's much more efficient than arrow keys. |
|