Google's cache: (the site is down as I am typing this.) http://webcache.googleusercontent.com/search?q=cache:h6o6.co...
If you have failed to grok vim, ditch the arrow keys
21–30 of 40 posts
Re: If you have failed to grok vim, ditch the arrow keys
#22My #1 trick/recommendation? Use Control-[ instead of the Esc key. It's less hand travel and keeps your fingers on the home keys. It's all about minimizing your arm movements. The same goes for hkjl. The arrow keys are too far away, that's why you use hkjl. Embrace the lazy and you'll grok vim.
False! The #1 trick is to swap control and caps lock. The #2 trick is to use control-[
Re: If you have failed to grok vim, ditch the arrow keys
#23My #1 trick/recommendation? Use Control-[ instead of the Esc key. It's less hand travel and keeps your fingers on the home keys. It's all about minimizing your arm movements. The same goes for hkjl. The arrow keys are too far away, that's why you use hkjl. Embrace the lazy and you'll grok vim.
False! The #1 trick is to swap control and caps lock. The #2 trick is to use control-[
- use the caps lock as escape
- use the space bar as escape
- map jk or jj as escape
I've personally been using the escape key itself for so long it doesn't bother me. I no longer even notice that it's any further for me to reach than other keys, so I have no reason to switch. And that leaves all those other keys I mentioned above for other purposes. For instance, I've mapped the space bar to : Now if only I could remember to use it.
Re: If you have failed to grok vim, ditch the arrow keys
#24I can't use vim effectively because I constantly try to navigate using WASD. I know I can bind it, but the thought of rebinding every command and then being dependent on towing the configuration to every computer I'd ever use scares me. So I use it on occasion with the same artfulness as someone on crutches trying to dance. Maybe someday someone will default an 'FPS' control layout.
Re: If you have failed to grok vim, ditch the arrow keys
#25Why not just use jikl instead if you don't want to lift your hand to move to the arrow keys. I am kind of tired of seeing this obsession with trying to get everyone to use hjkl which just doesn't make any actual sense. I totally get the point about the arrow keys requiring you to lift your hand but you can accomplish the same arrow key logic while keeping your hand in the same place.
Re: If you have failed to grok vim, ditch the arrow keys
#26I have probably tried 3 times to ditch the arrows and use hjkl and I've failed each time. What is the trick to overcoming this? Perhaps it's that I've done it while at work that has caused the issue (ie. I need to be productive now!). Pick a weekend and force the switch?
After a few days when you are confortable with it. Start using hl for side arrows.
I did it like that.
Re: If you have failed to grok vim, ditch the arrow keys
#27Earlier quoted context omitted.
False! The #1 trick is to swap control and caps lock. The #2 trick is to use control-[
Have you considered swapping Esc and Caps Lock instead? Caps Lock is not very useful so tossing it into the corner makes sense to me.
Re: If you have failed to grok vim, ditch the arrow keys
#28I can't use vim effectively because I constantly try to navigate using WASD. I know I can bind it, but the thought of rebinding every command and then being dependent on towing the configuration to every computer I'd ever use scares me. So I use it on occasion with the same artfulness as someone on crutches trying to dance. Maybe someday someone will default an 'FPS' control layout.
Re: If you have failed to grok vim, ditch the arrow keys
#29I have probably tried 3 times to ditch the arrows and use hjkl and I've failed each time. What is the trick to overcoming this? Perhaps it's that I've done it while at work that has caused the issue (ie. I need to be productive now!). Pick a weekend and force the switch?
noremap
noremap
noremap
noremap
inoremap
inoremap
inoremap
inoremap
It's extremely painful for the first day or two, but it's worth it. (Starting on a weekend might be a good idea.)Re: If you have failed to grok vim, ditch the arrow keys
#30I have probably tried 3 times to ditch the arrows and use hjkl and I've failed each time. What is the trick to overcoming this? Perhaps it's that I've done it while at work that has caused the issue (ie. I need to be productive now!). Pick a weekend and force the switch?