Vim
Posted: Tue Dec 13, 2011 9:24 pm
I was looking at text editors the other day and came across vim.
Vim is command line based, and uses the writing fingers to navigate (ie H to more left, J up and such) It takes quite some getting used to!
Anyone else used vim before?
Seems to me to be quite nice, but yes, a very steep learning curve.
All this nonsense about using the arrow keys that has been ingrained into us. Ever realize that you had to turn your wrist and move your arm to do that while in the middle of typing?
To move up a row in vim you just hit esc (to go into "normal" mode) and then "k" to move up. Or 10k to move up 10 lines, or 100k to move up 100 lines.
If you try it and are completely stumped (Like I was), have a look at getting started.
Vim is command line based, and uses the writing fingers to navigate (ie H to more left, J up and such) It takes quite some getting used to!
Anyone else used vim before?
Seems to me to be quite nice, but yes, a very steep learning curve.
All this nonsense about using the arrow keys that has been ingrained into us. Ever realize that you had to turn your wrist and move your arm to do that while in the middle of typing?
To move up a row in vim you just hit esc (to go into "normal" mode) and then "k" to move up. Or 10k to move up 10 lines, or 100k to move up 100 lines.
If you try it and are completely stumped (Like I was), have a look at getting started.