Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

The meek shall inherit the earth; the rest of us will go to the stars.


computers / news.software.readers / Re: My [_gvimrc] file is like the proverbial "Third-Rail" so that...

SubjectAuthor
* Re: My [_gvimrc] file is like the proverbial "Third-Rail" so that...HenHanna
`* Re: My [_gvimrc] file is like the proverbial "Third-Rail" so that...HenHanna
 `- Re: My [_gvimrc] file is like the proverbial "Third-Rail" so that...LucLan

1
Re: My [_gvimrc] file is like the proverbial "Third-Rail" so that...

<ut6al3$3e99l$2@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=2356&group=news.software.readers#2356

  copy link   Newsgroups: comp.editors news.software.readers comp.fonts
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: HenHanna@devnull.tb (HenHanna)
Newsgroups: comp.editors,news.software.readers,comp.fonts
Subject: Re: My [_gvimrc] file is like the proverbial "Third-Rail" so that...
Date: Sun, 17 Mar 2024 01:46:27 -0700
Organization: A noiseless patient Spider
Lines: 67
Message-ID: <ut6al3$3e99l$2@dont-email.me>
References: <521070a665db33a668e0d710cc15b8ef@www.novabbs.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 17 Mar 2024 08:46:27 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="4246cbb37271c7869a4c59178d7a7bcc";
logging-data="3614005"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/+FaGD1hfqBZ+ff3N/tX6H9/0DVxzXPiY="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:F6Cik5mJeXboSRYlbQwp5HvWIss=
In-Reply-To: <521070a665db33a668e0d710cc15b8ef@www.novabbs.com>
Content-Language: en-US
 by: HenHanna - Sun, 17 Mar 2024 08:46 UTC

> My [_gvimrc] file is (in some ways) like the proverbial "Third-Rail" so
> that...
>               ----------- Most of the time, i try not to get near it.
>
>
> " Vim with all enhancements
> source $VIMRUNTIME/vimrc_example.vim
>
> " Use the internal diff if available.
> " Otherwise use the special 'diffexpr' for Windows.
> se guifont=Consolas:h18
> se ai
> se ic              <-----------  i've also tried  [SmartCase]
> se so=0
> se noundofile
> se et
> se spell
>
> ab qq q!                  <-----------------  i use this pretty often.
> Very Useful !!!
>
> ab wt w! ~/temp.vi        <-----------------  i most often use it as
> :.,.wt  or   :.,.+3 wt
> ab rt r  ~/temp.vi
>
>
> ______________________________
>
> i had trouble remembering   so,  et,   ... and
>
> i was parsing    noundofile    as   N-oun-D-ofile,    Noun-Do-File, ....
>
>
>>>>    :set scrolloff=5     The above command can be abbreviated as :set
>>>> so=5. Entering :set so=0 restores the default behavior so the cursor
>>>> can be moved to any line in the window without scrolling.
>
>
>>>>   ... set et ( :set expandtabs) does not change the tabs already
>>>> existing in the file, one has to do :retab . For example: :set et
>>>> :retab. and the ...
>
>
>
>
> _______________________  Does   Vim  have  a  [Retro feel] ?    (it
> certainly does, to me)
>
>
>                  and  speaking of  the [Retro Look] of the Fixed-width
> characters....
>
>
> (Lispy GIF Art) -- When (writing Lisp with Vim) (the *Neon Colors* are
> Dazzling ! )
>     https://i.redd.it/gjn8amwym1061.gif
>               geeky   Lisp-Art      by  HenHanna
>
>
>               ----------   any ideas (suggestions) about a Python
> version of this ???

i prefer the > to be placed on blank lines, as in the above.

Re: My [_gvimrc] file is like the proverbial "Third-Rail" so that...

<utu7t1$1oba7$3@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=2369&group=news.software.readers#2369

  copy link   Newsgroups: comp.editors news.software.readers comp.fonts
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: HenHanna@devnull.tb (HenHanna)
Newsgroups: comp.editors,news.software.readers,comp.fonts
Subject: Re: My [_gvimrc] file is like the proverbial "Third-Rail" so that...
Date: Tue, 26 Mar 2024 03:26:41 -0700
Organization: A noiseless patient Spider
Lines: 71
Message-ID: <utu7t1$1oba7$3@dont-email.me>
References: <521070a665db33a668e0d710cc15b8ef@www.novabbs.com>
<ut6al3$3e99l$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 26 Mar 2024 11:26:41 +0100 (CET)
Injection-Info: dont-email.me; posting-host="95895887add2fe55ff6f3e726cd927c3";
logging-data="1846599"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+jQ79URYWiThzP8Xky+uX/OccUrgpAB+8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:yxBwwj86IWDWfnEyem4u1qnUQds=
Content-Language: en-US
In-Reply-To: <ut6al3$3e99l$2@dont-email.me>
 by: HenHanna - Tue, 26 Mar 2024 10:26 UTC

On 3/17/2024 1:46 AM, HenHanna wrote:
>
>> My [_gvimrc] file is (in some ways) like the proverbial "Third-Rail"
>> so that...
>>                ----------- Most of the time, i try not to get near it.
>>
>>
>> " Vim with all enhancements
>> source $VIMRUNTIME/vimrc_example.vim
>>
>> " Use the internal diff if available.
>> " Otherwise use the special 'diffexpr' for Windows.
>> se guifont=Consolas:h18
>> se ai
>> se ic              <-----------  i've also tried  [SmartCase]
>> se so=0
>> se noundofile
>> se et
>> se spell
>>
>> ab qq q!                  <-----------------  i use this pretty often.
>> Very Useful !!!
>>
>> ab wt w! ~/temp.vi        <-----------------  i most often use it as
>> :.,.wt  or   :.,.+3 wt
>> ab rt r  ~/temp.vi
>>
>>
>> ______________________________
>>
>> i had trouble remembering   so,  et,   ... and
>>
>> i was parsing    noundofile    as   N-oun-D-ofile,    Noun-Do-File, ....
>>
>>
>>>>>    :set scrolloff=5     The above command can be abbreviated as
>>>>> :set so=5. Entering :set so=0 restores the default behavior so the
>>>>> cursor can be moved to any line in the window without scrolling.
>>
>>
>>>>>   ... set et ( :set expandtabs) does not change the tabs already
>>>>> existing in the file, one has to do :retab . For example: :set et
>>>>> :retab. and the ...
>>
>>
>>
>>
>> _______________________  Does   Vim  have  a  [Retro feel] ?    (it
>> certainly does, to me)
>>
>>
>>                   and  speaking of  the [Retro Look] of the
>> Fixed-width characters....
>>
>>
>> (Lispy GIF Art) -- When (writing Lisp with Vim) (the *Neon Colors* are
>> Dazzling ! )
>>      https://i.redd.it/gjn8amwym1061.gif
>>                geeky   Lisp-Art      by  HenHanna
>>
>>
>>                ----------   any ideas (suggestions) about a Python
>>                              version of this ???
>
>
>
>  i prefer  the  >  to be placed  on blank lines, as in the above.
>

Don't you agree???

Re: My [_gvimrc] file is like the proverbial "Third-Rail" so that...

<utui4u$1r313$1@dont-email.me>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=2371&group=news.software.readers#2371

  copy link   Newsgroups: comp.editors news.software.readers comp.fonts
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: address@is.invalid (LucLan)
Newsgroups: comp.editors,news.software.readers,comp.fonts
Subject: Re: My [_gvimrc] file is like the proverbial "Third-Rail" so that...
Date: Tue, 26 Mar 2024 13:21:34 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 74
Message-ID: <utui4u$1r313$1@dont-email.me>
References: <521070a665db33a668e0d710cc15b8ef@www.novabbs.com> <ut6al3$3e99l$2@dont-email.me> <utu7t1$1oba7$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 26 Mar 2024 14:21:34 +0100 (CET)
Injection-Info: dont-email.me; posting-host="915f3c21bc6e4b5e823a42f7de42c989";
logging-data="1936419"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19pYm/5xhXRhQqlgnvJNXOO"
Cancel-Lock: sha1:W3nK+WCNLamNa2hKZwYFKK4j8kw=
 by: LucLan - Tue, 26 Mar 2024 13:21 UTC

In news.software.readers HenHanna <HenHanna@devnull.tb> wrote:
> On 3/17/2024 1:46 AM, HenHanna wrote:
>>
>>> My [_gvimrc] file is (in some ways) like the proverbial "Third-Rail"
>>> so that...
>>>                ----------- Most of the time, i try not to get near it.
>>>
>>>
>>> " Vim with all enhancements
>>> source $VIMRUNTIME/vimrc_example.vim
>>>
>>> " Use the internal diff if available.
>>> " Otherwise use the special 'diffexpr' for Windows.
>>> se guifont=Consolas:h18
>>> se ai
>>> se ic              <-----------  i've also tried  [SmartCase]
>>> se so=0
>>> se noundofile
>>> se et
>>> se spell
>>>
>>> ab qq q!                  <-----------------  i use this pretty often.
>>> Very Useful !!!
>>>
>>> ab wt w! ~/temp.vi        <-----------------  i most often use it as
>>> :.,.wt  or   :.,.+3 wt
>>> ab rt r  ~/temp.vi
>>>
>>>
>>> ______________________________
>>>
>>> i had trouble remembering   so,  et,   ... and
>>>
>>> i was parsing    noundofile    as   N-oun-D-ofile,    Noun-Do-File, ....
>>>
>>>
>>>>>>    :set scrolloff=5     The above command can be abbreviated as
>>>>>> :set so=5. Entering :set so=0 restores the default behavior so the
>>>>>> cursor can be moved to any line in the window without scrolling.
>>>
>>>
>>>>>>   ... set et ( :set expandtabs) does not change the tabs already
>>>>>> existing in the file, one has to do :retab . For example: :set et
>>>>>> :retab. and the ...
>>>
>>>
>>>
>>>
>>> _______________________  Does   Vim  have  a  [Retro feel] ?    (it
>>> certainly does, to me)
>>>
>>>
>>>                   and  speaking of  the [Retro Look] of the
>>> Fixed-width characters....
>>>
>>>
>>> (Lispy GIF Art) -- When (writing Lisp with Vim) (the *Neon Colors* are
>>> Dazzling ! )
>>>      https://i.redd.it/gjn8amwym1061.gif
>>>                geeky   Lisp-Art      by  HenHanna
>>>
>>>
>>>                ----------   any ideas (suggestions) about a Python
>>>                              version of this ???
>>
>>
>>
>>  i prefer  the  >  to be placed  on blank lines, as in the above.
>>
>
>
> Don't you agree???

Yes.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor