Re: Vim calendar for 2023 available

2022-12-31 Thread Angel M Alganza

On 2022-12-31 19:23, Bram Moolenaar wrote:


I have updated the handy desktop calendar for 2023.


Thank you.  It looks really cool!


It is available in English and Dutch.


Do you maybe also have, or is it easy for you to make, a Monday start 
version?
I'd love to use your calendar if I could have that, because for me it 
makes
sense that the weekends are grouped together at the end of the week 
calendar.


Happy New Year
Ángel

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups "vim_use" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/f5cc5f428716ec002996a4a7fa0c36e7%40ugr.es.


Simple Vim questions -- Backspace + Escape in maps

2022-12-31 Thread bertran...@gmail.com
 

I used Vi for many years (on Unix) then stopped, but need it again (on 
Windows 10). There are couple of things that I used to be able to do in my 
sleep but no longer master, and the online information is hard to use (it 
talks about very complicated things but I was not able to find simple 
answers to simple questions).

 

1. Backspace in insert mode, over some characters, gives a special 
character instead of erasing. I remember that this was a feature, not a bug 
– a way to type special characters when they were troublesome to produce 
otherwise. I don’t need that facility, which is very annoying; I just want 
backspace to erase. What should I do? My settings file (_vimrc) currently 
has

 

  set bs=2

 

2. How do I represent ESC in a macro (my name for the result of a “map”)? I 
want to define something like

 

  :map v iSOME TEXT

 

so that when I type “v” it will insert SOME_TEXT at the current position 
and then escape (get out of insert mode). But I no longer know how to type 
what appears above as  when entering the macro. I remembered various 
incantations involving CTRL-V or CTRL-G but they do not seem to work.

 

Very basic stuff, I just forgot.

 

Help will be much appreciated.

 

With best regards,

 

-- Bertrand Meyer

New book just out: *Handbook of Requirements and Business Analysis*, 
Springer, 2022

A treatise and textbook on requirements, see https://se.ethz.ch/requirements 

 

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/245f1119-b114-44c2-929e-53d4a73ace3dn%40googlegroups.com.


Vim calendar for 2023 available

2022-12-31 Thread Bram Moolenaar


Happy New Year to all Vim users!

I have updated the handy desktop calendar for 2023.  It prints on one
sheet of paper and, after folding and applying a bit of glue, stands on
your desk.

It is available in English and Dutch.  You can find the PDF files on my
website: https://moolenaar.net/#Calendar

Happy Vimming!

-- 
No man may purchase alcohol without written consent from his wife.
[real standing law in Pennsylvania, United States of America]

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///  \\\
\\\sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/20221231182320.A0DCC1C0AA3%40moolenaar.net.


Re: Multiple windows get corrupted

2022-12-31 Thread Enan Ajmain
On Fri, 30 Dec 2022 21:17:26 -0800 (PST)
Ben Mehmet  wrote:
> Could you help with recommending how to proceed with my .vimrc and
> plugins to find the culprit? I mean how should I start incorporating
> my settings in?

https://vi.stackexchange.com/questions/2003/how-do-i-debug-my-vimrc-file

--
Enan
3nan.ajm...@gmail.com
https://git.sr.ht/~enan/
https://www.github.com/3N4N

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/20221231173841.05df%40gmail.com.


Re: Multiple windows get corrupted

2022-12-31 Thread Steve Martin
Not sure to whom you might be addressing this, but my general method would 
be to remove plugins and try to see if vim is still stable. Then add 
plugins back to the configuration until problems start to appear. That way 
you might find out what is causing the problem.
On Friday, December 30, 2022 at 10:17:27 PM UTC-7 ozu...@gmail.com wrote:

> Got an update regarding this. As you suggested, I ran vim with --clean 
> option and it is much more reliable and steadier than I have been 
> experiencing for past few months. Could you help with recommending how to 
> proceed with my .vimrc and plugins to find the culprit? I mean how should I 
> start incorporating my settings in? 
> Question 2: If I wanted to updated my vim version to 9, would it be 
> recommended and most importantly safe to use the ppa approach? 
>
> Thanks a lot in advance.
> On Monday, December 19, 2022 at 11:03:00 PM UTC-6 3nan@gmail.com 
> wrote:
>
>> On Mon, 19 Dec 2022 20:55:23 + (UTC)
>> "'hilal Adam' via vim_use"  wrote:
>> > Thanks for your reply. I am not sure what '$ vim --clean' does. Is
>> > this another way running vim? On Monday, December 19, 2022 at
>>
>> You have to run it from your shell. It'll open Vim without any
>> user-level configuration. If the issue persists without your user-level
>> config, we can be sure it's a bug in Vim. But if it can't be reproduced
>> without '--clean', then we can be sure the problem is being caused by
>> your config. Either way, it'll narrow the suspects.
>>
>> Read ':h --clean' for more details.
>>
>> -- 
>> Enan
>> 3nan@gmail.com
>> https://git.sr.ht/~enan/
>> https://www.github.com/3N4N
>>
>

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/94a5fd17-7d30-490c-8b89-7af70a0a0fb5n%40googlegroups.com.