[dev] vis: small patch placing the cursor the text inserted from the register

2014-10-17 Thread ale rimoldi
hi marc here a small to place the cursor after the text inserted with ctrl-r ciao a.l.e diff --git a/config.def.h b/config.def.h index 9ecb018..685c787 100644 --- a/config.def.h +++ b/config.def.h @@ -921,7 +925,9 @@ static void delete(const Arg *arg) { static void insert_register(const Arg *

Re: [dev] [RFC] Design of a vim like text editor

2014-09-25 Thread ale rimoldi
hi marc andré thank you very much for your reply and for implementing so many of the features i've mentioned! being still in digest modus and since i'm not getting the mails from the archive it's a bit of a pain to reply... > While this is true to some degree, I still think that it can be > impl

[dev] getting mails from the archives

2014-09-24 Thread ale rimoldi
dear mailing list administrator, i'm getting the dwm list in archived form and i wanted to improve my replies by fetching from the archive the single mails i want to answer. dev+h...@suckless.org did send me the list of available commands, so i tried dev+get-23...@suckless.org and did not get

Re: [dev] [RFC] Design of a vim like text editor

2014-09-23 Thread ale rimoldi
hi marc andré as announced a few days ago, here is my write down about vis. you probably won't agree with each point in there... for many years now, i've been using vim as my main text editor. both for code and for typing text. while i consider myself a vim heavy user, when i browse through

Re: [dev] [RFC] Design of a vim like text editor

2014-09-17 Thread ale rimoldi
hi marc andré, first thanks for your fine vis... i spent about an hour trying it out, while taking notes on what i'm missing... it misses too many features i use in my everyday work with vim, but it was a positive experience. i'll probably send my comments very soon... > Could some vim expert