Path: csiph.com!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail From: D Newsgroups: comp.os.linux.misc Subject: Re: What programs do you make sure are installed on a new Linux Date: Wed, 20 Nov 2024 21:51:03 +0100 Organization: i2pn2 (i2pn.org) Message-ID: <19497eb7-6967-0b4e-77af-4210f9253b5c@example.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: i2pn2.org; logging-data="3402037"; mail-complaints-to="usenet@i2pn2.org"; posting-account="w/4CleFT0XZ6XfSuRJzIySLIA6ECskkHxKUAYDZM66M"; In-Reply-To: X-Spam-Checker-Version: SpamAssassin 4.0.0 Xref: csiph.com comp.os.linux.misc:61135 On Wed, 20 Nov 2024, rbowman wrote: > On Wed, 20 Nov 2024 07:39:21 -0500, Chris Ahlstrom wrote: > >> Actually, one problem with vim is tooooo many ways to do things. > > I've got a fairly thick book on Vim around here someplace. I have my > little bag of tricks I've developed over the years that's a small subset > of Vim but they're well polished from use. Things I do every couple of > years like turning on line numbering requires some research. > Interesting! Line numbering is one of those things I like to have enabled by default. I think my most common tricks are search n' replace s///g, working with buffers, !! for pulling in stuff from the terminal, dt to delete to, well, too many to mention. And many have almost become automatic. ;)