If you have failed to grok vim, ditch the arrow keys
1–10 of 40 posts
Re: If you have failed to grok vim, ditch the arrow keys
#2http://webcache.googleusercontent.com/search?q=cache:h6o6.co...
Re: If you have failed to grok vim, ditch the arrow keys
#3Google's cache: (the site is down as I am typing this.) http://webcache.googleusercontent.com/search?q=cache:h6o6.co...
Re: If you have failed to grok vim, ditch the arrow keys
#4Re: If you have failed to grok vim, ditch the arrow keys
#5Re: If you have failed to grok vim, ditch the arrow keys
#6Re: If you have failed to grok vim, ditch the arrow keys
#7Why 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.
A: for use within vim (where "i" has another meaning already), or
B: for people who have a long history using vim and are already used to the hjkl paradigm, or
C: (most often) both.
I'm really not sure why you would get tired of this "obsession." No one is telling you to use hjkl unless you're using vim.
Re: If you have failed to grok vim, ditch the arrow keys
#8Why 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
#9Re: If you have failed to grok vim, ditch the arrow keys
#10Why 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.
'i' already has a function in vim - one of the most frequently used ones.
Upsides: - ijkl is easier for users learning vim. - don't have to shift your fingers over to h key
Downsides - rebind insert to h (not really a big deal) - middle finger is now responsible for up and down (I honestly don't see this having much effect on efficiency)
I'm tempted to try this, but I hate the feeling of not being familiar with a vanilla config. What if I have to use somebody else's machine?