Re: vim-mode, cursor shape, vertical select

2019-06-28 Thread gar
wow! i saw these commands in the leo's menu but failed to understand how the work. I was swindled how selection was made - as usual, not as in other editors thank you for that advise! пт, 28 июн. 2019 г. в 12:33, vitalije : > > > On Friday, June 28, 2019 at 9:05:45 AM UTC+2, gar wrote: >> >>

Re: vim-mode, cursor shape, vertical select

2019-06-28 Thread vitalije
On Friday, June 28, 2019 at 9:05:45 AM UTC+2, gar wrote: > > Edward, are there any plans to implement vertical (block) select feature > for leo's editor component? > This is the only feature I miss a lot. > You have several `rectangle-...` commands. The rectangle selection is not shown as

Re: vim-mode, cursor shape, vertical select

2019-06-28 Thread gar
Edward, are there any plans to implement vertical (block) select feature for leo's editor component? This is the only feature I miss a lot. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails

Re: vim-mode, cursor shape, vertical select

2019-06-24 Thread gar
Tested that - works perfectly Now vim mode is ready for everyday usage, problem with cursor shape became less critical. Thank you very much! суббота, 22 июня 2019 г., 20:21:46 UTC+3 пользователь Edward K. Ream написал: > > On Saturday, June 22, 2019 at 9:42:10 AM UTC-5, Edward K. Ream wrote: >

Re: vim-mode, cursor shape, vertical select

2019-06-22 Thread Edward K. Ream
On Saturday, June 22, 2019 at 9:42:10 AM UTC-5, Edward K. Ream wrote: For compatibility with ancient settings that may still be lying around, > I've added "-mode" to the names of the settings. I had to make this change > to avoid still more confusion. Please use these settings: > > @string

Re: vim-mode, cursor shape, vertical select

2019-06-22 Thread Edward K. Ream
On Saturday, June 22, 2019 at 9:02:24 AM UTC-5, Edward K. Ream wrote: There are four new settings, with defaults as shown: > > @string vim-normal-border = border: 3px solid white > @string vim-insert-border = border: 3px solid red > @string vim-visual-border = border: 3px solid yellow > @string

Re: vim-mode, cursor shape, vertical select

2019-06-22 Thread Edward K. Ream
On Friday, June 21, 2019 at 7:21:53 AM UTC-5, Edward K. Ream wrote: >> 'vimmodeinsertborder*' ...do not work for me. > I have just created #1221 for this. The programming work is complete. There are four new settings, with defaults as

Re: vim-mode, cursor shape, vertical select

2019-06-22 Thread Edward K. Ream
On Friday, June 21, 2019 at 7:21:53 AM UTC-5, Edward K. Ream wrote: > > On Wednesday, June 19, 2019 at 10:35:25 AM UTC-5, gar wrote: > >> I discovered 'vimmodeinsertborder*' settings but they seem do not work for me - I cannot observe any difference whether they set or not. > I have just

Re: vim-mode, cursor shape, vertical select

2019-06-21 Thread Edward K. Ream
On Fri, Jun 21, 2019 at 7:40 AM gar wrote: Last night I was thinking about how can Leo's vim mimicry can be improved > and got a clue: neovim may help. > AFAIK it can work as a completely background server an interact with > frontend program by HTTP or something like this. > Need to read more

Re: vim-mode, cursor shape, vertical select

2019-06-21 Thread gar
Many thanks for that! These things are really blockers in using VIM mode for me. Last night I was thinking about how can Leo's vim mimicry can be improved and got a clue: neovim may help. AFAIK it can work as a completely background server an interact with frontend program by HTTP or

Re: vim-mode, cursor shape, vertical select

2019-06-21 Thread Edward K. Ream
On Wednesday, June 19, 2019 at 10:35:25 AM UTC-5, gar wrote: > > > I have just started to learn Leo and trying to use it's vim mode. > > First what I miss of is different cursor shape for normal and insert modes. > I have just created #1220

Re: vim-mode, cursor shape, vertical select

2019-06-19 Thread Edward K. Ream
On Wed, Jun 19, 2019 at 11:23 AM gar wrote: > Thanks for that fast answer. > > By now I tried vim plugin. It's horribly unusable. The greatest disaster > that vim-open-file doesnt force vim to jump to the line of code outline > start's with. > You just get vim with file open on the first line.

Re: vim-mode, cursor shape, vertical select

2019-06-19 Thread gar
Thanks for that fast answer. By now I tried vim plugin. It's horribly unusable. The greatest disaster that vim-open-file doesnt force vim to jump to the line of code outline start's with. You just get vim with file open on the first line. Great for 1 thousand lined files :-) vim-open-node

Re: vim-mode, cursor shape, vertical select

2019-06-19 Thread Edward K. Ream
On Wed, Jun 19, 2019 at 10:35 AM gar wrote: > Hello there! > > I have just started to learn Leo and trying to use it's vim mode. > > First what I miss of is different cursor shape for normal and insert modes. > I discovered 'vimmodeinsertborder*' settings but they seem do not work for > me - I

vim-mode, cursor shape, vertical select

2019-06-19 Thread gar
Hello there! I have just started to learn Leo and trying to use it's vim mode. First what I miss of is different cursor shape for normal and insert modes. I discovered 'vimmodeinsertborder*' settings but they seem do not work for me - I cannot observe any difference whether they set or not.