Earlier quoted context omitted.
Presumably h, j, k, l will always get you around in vi?
j and k behavior may vary depending on your config.
Have you seen somewhere where that isn't the case?
11–20 of 146 posts
Earlier quoted context omitted.
Presumably h, j, k, l will always get you around in vi?
j and k behavior may vary depending on your config.
Have you seen somewhere where that isn't the case?
I remember being in high school and one day, after class, a friend of mine mentioned that the best programmer we knew had once written a breakout clone with ANSI "graphics." We found him and he said he didn't have the source any more, but we asked him how he did it. He then proceeded to rewrite the whole thing, in Pascal, in about an hour, this time adding animations. Thanks antirez for bringing back that feeling (and, oh yeah, for redis too ;))
PS. the "Low level terminal handling" is gold here.
Earlier quoted context omitted.
Nice thing about Nano is that they arrow keys always seem to do what they are supposed to, no matter the system, shell, TTY, etc. Vi seems to have issues sometimes, and needs extra config
Presumably h, j, k, l will always get you around in vi?
Earlier quoted context omitted.
Nice thing about Nano is that they arrow keys always seem to do what they are supposed to, no matter the system, shell, TTY, etc. Vi seems to have issues sometimes, and needs extra config
I don't know about vi (I think it's still rare on Linux systems), but Vim typically does what is expected from it.
Earlier quoted context omitted.
Presumably h, j, k, l will always get you around in vi?
Yeah but that is so much less usable. Quick, which one is up?
(https://en.m.wikipedia.org/wiki/ADM-3A#Legacy)
I always try to remember them by noting that the leftmost key moves left, the rightmost key moves right (not too hard), and that 'K climbs' (using alliteration to remember that). That leaves 'J' for cursor down.
In practice, though, I use the cursor keys. Luckily, they work on the editors/systems I work on nowadays. Side effect is that I am very bad at remembering those mnemonics.
Earlier quoted context omitted.
Presumably h, j, k, l will always get you around in vi?
Yeah but that is so much less usable. Quick, which one is up?