Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc,alt.folklore.computers,comp.lang.python Subject: Re: Python Date: 19 Dec 2025 08:18:29 GMT Lines: 40 Message-ID: References: <693d5437$0$2499$426a34cc@news.free.fr> <7a611mx9gf.ln2@Telcontar.valinor> <693ea5fa$0$28070$426a74cc@news.free.fr> <10hnh91$1geq0$2@dont-email.me> <10hp0kl$1t75q$1@dont-email.me> <10hsju6$32b9t$3@dont-email.me> <10hv6lg$3rose$1@dont-email.me> <10i090j$2u0m1$1@news1.tnib.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net fqI18Gtcxtydvu8V2iBQvgidM6fNMbZCHUYFQl/0H9N1Ie838Y Cancel-Lock: sha1:51O7KR5gK/20XoQgJgxO40uhCT4= sha256:gFgnYFRr7HbQ0KxfGz9J7i8wbxU3k5OG8aaHc0ygl18= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:79474 alt.folklore.computers:232696 comp.lang.python:197635 On Fri, 19 Dec 2025 00:56:11 -0500, c186282 wrote: > On 12/18/25 13:38, rbowman wrote: >> On Thu, 18 Dec 2025 15:43:49 GMT, Scott Lurndal wrote: >> >>> rbowman writes: >>>> On Thu, 18 Dec 2025 08:03:47 +0100, Marc Haber wrote: >>>> >>>>> rbowman wrote: >>>>>> I keep it simple and use the first column, s/^/#/ in vim. s/^#// >>>>>> to make them go away. >>>>> >>>>> Ctrl-V, down, I, '# ', Escape. >>>>> >>>>> Those block commands are great! How have I ever lived without them? >>>> >>>> >>>> Learned something new. I seldom, if ever, use the visual mode so I >>>> mark the end of the block and use the :.,'as/^/#/ form. Years of >>>> muscle memory. I have a book on Vim somewhere. What it pointed out to >>>> me is how much functionality Vim has that I don't use. I learned one >>>> way to skin a cat long ago and stuck with it. For example I use :new >>>> foo.txt to get two vertically stacked panes. I know you can do side >>>> by side panes but I never do. >>> >>> :sp[lit] >>> :vs[plit] >>> >>> also work. I generally divide the vim screen into four 100 column >>> wide panes. >> >> I'd screw that up. I use i3/sway and I have a moment of hesitation of >> whether Meta-h or Meta-v is going to split the way I want. 'I want two >> panes stacked vertically so that's 'h'. Or is it 'v'?' > > > NANO !!! :-) Whatever. I've used it in a pinch but it's definitely my favorite.