Sujet : Re: What programs do you make sure are installed on a new Linux
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 19. Nov 2024, 22:58:06
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vhj1le$21ps0$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.160 (Toresk; )
On Tue, 19 Nov 2024 19:30:32 GMT, Charlie Gibbs wrote:
... my fingers speak [vi/vim] well enough
that if I'm trying to move down the screen in other editors a string of
"j"s appear on the screen.
The vi/vim apps I’ve used also support the arrow keys, like modern
programs.
For sheer economy of keystrokes, vi(m) is hard to beat.
Moving around after inserting text requires n + 1 keystrokes: 1 to exit
insert mode, and n to move around. Editors which don’t have a separate
insert mode can do n moves with just n keystrokes.