Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #61117
| From | Chris Ahlstrom <OFeem1987@teleworm.us> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: What programs do you make sure are installed on a new Linux |
| Date | 2024-11-20 07:47 -0500 |
| Organization | None |
| Message-ID | <vhklo9$2vjs$6@dont-email.me> (permalink) |
| References | (7 earlier) <vhi6v2$1sfdo$1@dont-email.me> <sH5%O.193194$pZ%.186856@fx16.iad> <vhj1le$21ps0$2@dont-email.me> <Aqa%O.174958$Oi5e.118867@fx15.iad> <vhjd8u$23v6c$1@dont-email.me> |
Lawrence D'Oliveiro wrote this post while blinking in Morse code:
> On Wed, 20 Nov 2024 00:53:52 GMT, Charlie Gibbs wrote:
>
>> ... it's often nice not to have to move your hands out of home
>> position.
>
> That “advantage” makes no sense to me. My hands move all over the place --
> to the various parts of the keyboard, and to the mouse, and other controls
> -- wherever I need to operate something. Going back to home position is
> something you can do by touch, very quickly, anyway. (That’s what those
> little nubs are for.)
>
>>>> For sheer economy of keystrokes, vi(m) is hard to beat.
>>
>> One keystroke is pretty cheap in the scheme of things.
>
> You were saying ... ?
>
>> ... And not all
>> editors can easily do things I use a lot in vi(m), such as placing the
>> cursor on a brace, bracket, or parenthesis and jumping to the
>> corresponding one.
>
> Surely all the common editors can do that. What about moving between lines
> with matching indentation -- handy for Python programming?
https://stackoverflow.com/questions/61435894/autoindentation-in-vim-for-python
But 'smartindent' is not really that appropriate for Python (as you can
guess by it handling curly braces.) Instead, you'll want to use filetype
indent on in order to load per-filetype indentation rules, which should
load appropriate indentation for Python when you edit Python sources.
I'd recommend that you add this to your vimrc:
filetype plugin indent on
I'm not bothering to verify this.
Or you could try
https://github.com/mathialo/bython
Bython
Python with braces. Because Python is awesome, but whitespace is awful.
Bython is a Python preprosessor which translates curly brackets into
indentation.
:-D
--
Shedenhelm's Law:
All trails have more uphill sections than they have downhill sections.
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Re: What programs do you make sure are installed on a new Linux Ruben Safir <mrbrklyn@panix.com> - 2024-11-15 01:31 +0000
Re: What programs do you make sure are installed on a new Linux candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-11-15 21:10 +0000
Re: What programs do you make sure are installed on a new Linux Phillip Frabott <nntp@fulltermprivacy.com> - 2024-11-15 20:26 -0500
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-16 10:31 +0100
Re: What programs do you make sure are installed on a new Linux Phillip Frabott <nntp@fulltermprivacy.com> - 2024-11-16 09:42 -0500
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-16 22:20 +0100
Re: What programs do you make sure are installed on a new Linux Phillip Frabott <nntp@fulltermprivacy.com> - 2024-11-17 09:33 -0500
Re: What programs do you make sure are installed on a new Linux Pancho <Pancho.Jones@proton.me> - 2024-11-17 15:18 +0000
Re: What programs do you make sure are installed on a new Linux Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-17 17:17 +0000
Re: What programs do you make sure are installed on a new Linux Pancho <Pancho.Jones@proton.me> - 2024-11-17 17:54 +0000
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-17 18:07 +0000
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-18 10:11 +0100
Re: What programs do you make sure are installed on a new Linux "Carlos E.R." <robin_listas@es.invalid> - 2024-11-19 08:57 +0100
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-19 19:34 +0000
Re: What programs do you make sure are installed on a new Linux "Carlos E.R." <robin_listas@es.invalid> - 2024-11-20 14:50 +0100
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-17 19:36 +0000
Re: What programs do you make sure are installed on a new Linux The Natural Philosopher <tnp@invalid.invalid> - 2024-11-17 17:47 +0000
Re: What programs do you make sure are installed on a new Linux Pancho <Pancho.Jones@proton.me> - 2024-11-17 18:06 +0000
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-17 19:32 +0000
Re: What programs do you make sure are installed on a new Linux Phillip Frabott <nntp@fulltermprivacy.com> - 2024-11-17 14:52 -0500
Re: What programs do you make sure are installed on a new Linux "186282@ud0s4.net" <186283@ud0s4.net> - 2024-11-17 23:06 -0500
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-18 10:07 +0100
Re: What programs do you make sure are installed on a new Linux "186282@ud0s4.net" <186283@ud0s4.net> - 2024-11-18 00:42 -0500
Re: What programs do you make sure are installed on a new Linux G <g@nowhere.invalid> - 2024-11-18 09:46 +0000
Re: What programs do you make sure are installed on a new Linux "186282@ud0s4.net" <186283@ud0s4.net> - 2024-11-19 02:03 -0500
Re: What programs do you make sure are installed on a new Linux Phillip Frabott <nntp@fulltermprivacy.com> - 2024-11-18 09:36 -0500
Re: What programs do you make sure are installed on a new Linux The Natural Philosopher <tnp@invalid.invalid> - 2024-11-18 16:31 +0000
Re: What programs do you make sure are installed on a new Linux Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-11-19 07:31 -0500
Re: What programs do you make sure are installed on a new Linux The Natural Philosopher <tnp@invalid.invalid> - 2024-11-19 14:22 +0000
Re: What programs do you make sure are installed on a new Linux Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-19 19:30 +0000
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-19 21:58 +0000
Re: What programs do you make sure are installed on a new Linux Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-20 00:53 +0000
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-20 01:16 +0000
Re: What programs do you make sure are installed on a new Linux Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-11-20 07:47 -0500
Re: What programs do you make sure are installed on a new Linux The Natural Philosopher <tnp@invalid.invalid> - 2024-11-20 10:23 +0000
Re: What programs do you make sure are installed on a new Linux Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-11-20 07:48 -0500
Re: What programs do you make sure are installed on a new Linux The Natural Philosopher <tnp@invalid.invalid> - 2024-11-20 12:52 +0000
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-20 23:35 +0000
Re: What programs do you make sure are installed on a new Linux Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-20 17:54 +0000
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-20 19:14 +0000
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-20 19:18 +0000
Re: What programs do you make sure are installed on a new Linux The Natural Philosopher <tnp@invalid.invalid> - 2024-11-21 13:45 +0000
Re: What programs do you make sure are installed on a new Linux "186282@ud0s4.net" <186283@ud0s4.net> - 2024-11-27 01:24 -0500
Re: What programs do you make sure are installed on a new Linux The Natural Philosopher <tnp@invalid.invalid> - 2024-11-27 12:16 +0000
Re: What programs do you make sure are installed on a new Linux Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-11-20 07:39 -0500
Re: What programs do you make sure are installed on a new Linux Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-20 17:54 +0000
Re: What programs do you make sure are installed on a new Linux G <g@nowhere.invalid> - 2024-11-20 18:53 +0000
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-20 22:58 +0000
Re: What programs do you make sure are installed on a new Linux Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-11-21 07:33 -0500
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-20 19:09 +0000
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-20 23:33 +0000
Re: What programs do you make sure are installed on a new Linux Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-11-21 07:32 -0500
Re: What programs do you make sure are installed on a new Linux Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-21 19:18 +0000
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-20 19:06 +0000
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-20 21:51 +0100
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-20 23:12 +0000
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-21 09:51 +0100
Re: What programs do you make sure are installed on a new Linux Robert Riches <spamtrap42@jacob21819.net> - 2024-11-21 04:31 +0000
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-21 05:23 +0000
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-21 05:56 +0000
Re: What programs do you make sure are installed on a new Linux Robert Riches <spamtrap42@jacob21819.net> - 2024-11-22 03:53 +0000
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-21 09:54 +0100
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-21 20:03 +0000
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-21 21:39 +0100
Re: What programs do you make sure are installed on a new Linux "Carlos E.R." <robin_listas@es.invalid> - 2024-11-20 22:11 +0100
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-20 23:04 +0000
Re: What programs do you make sure are installed on a new Linux Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-21 05:27 +0000
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-21 06:01 +0000
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-21 09:49 +0100
Re: What programs do you make sure are installed on a new Linux candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-11-22 20:30 +0000
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-22 20:51 +0000
Re: What programs do you make sure are installed on a new Linux "Carlos E.R." <robin_listas@es.invalid> - 2024-11-21 12:13 +0100
Re: What programs do you make sure are installed on a new Linux rbowman <bowman@montana.com> - 2024-11-19 19:41 +0000
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-18 23:15 +0000
Re: What programs do you make sure are installed on a new Linux Phillip Frabott <nntp@fulltermprivacy.com> - 2024-11-18 21:39 -0500
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-19 02:45 +0000
Re: What programs do you make sure are installed on a new Linux Phillip Frabott <nntp@fulltermprivacy.com> - 2024-11-18 22:20 -0500
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-19 04:59 +0000
Re: What programs do you make sure are installed on a new Linux Phillip Frabott <nntp@fulltermprivacy.com> - 2024-11-19 01:19 -0500
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-19 10:02 +0100
Re: What programs do you make sure are installed on a new Linux The Natural Philosopher <tnp@invalid.invalid> - 2024-11-19 09:23 +0000
Re: What programs do you make sure are installed on a new Linux Pancho <Pancho.Jones@proton.me> - 2024-11-19 10:07 +0000
Re: What programs do you make sure are installed on a new Linux The Natural Philosopher <tnp@invalid.invalid> - 2024-11-19 10:11 +0000
Re: What programs do you make sure are installed on a new Linux Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-19 19:30 +0000
Re: What programs do you make sure are installed on a new Linux The Natural Philosopher <tnp@invalid.invalid> - 2024-11-20 10:20 +0000
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-19 13:07 +0100
Re: What programs do you make sure are installed on a new Linux D <nospam@example.net> - 2024-11-19 13:07 +0100
Re: What programs do you make sure are installed on a new Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-19 02:46 +0000
csiph-web