I've tried using the h, j, k and l keys for a while in Vim, but did not get used to it and fell back to using the arrow keys. My question is: from your experience, is it worth switching to these keys? Did you achieve faster typing/navigating?
|
|
|||
closed as not constructive by John Flatness, sehe, Michael Berkowski, Hasturkun, misha Oct 5 '11 at 17:39
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
When I first used Vim, it seemed very difficult to stick to hjkl after years of maintining a habit of navigating with arrow keys. Then I learned actual touch typing. After that, not only did hjkl feel more natural than the arrow keys. Everything computer-related became faster. It's really worth the investment timewise (I'm assuming you're not a touch typer, otherwise you wouldn't have asked this question). By the way, Vim is incredibly useful when learning to touch type. Just keep a keyboard diagram closer to the screen than to the actual keyboard when learning, ideally a keybord diagram with vim usage on it. |
|||||
|
|
IMHO, no, it's not worth the trouble. I've tried it, and I couldn't get used to it either. The whole point of those using those keys was that most keyboards, at the time of Vi's creation, did not have arrow keys. I've yet to run across a modern keyboard without those keys. I could be wrong. |
|||||
|
|
I like it. Having discovered visual mode used with f/F and t/T could cut and replace so quickly, easy access to |
|||
|
:nnoremap <Up> <nop>etc. If that is not accurate, it is way more relevant than anyone else's word for it – sehe Oct 5 '11 at 17:45