Re: How to make Vim having a little better mouse support

2023-11-13 Thread Gary Johnson
On 2023-11-13, Igor Lerinc wrote: > > This works as you want it to, right?  Double- and triple- clicks work that > way for me. > > Double click, should select word. Doesn't work. That's odd. I've tried gvim, vim in an xterm, vim in a GNOME Terminal, and vim in an xfce4-terminal (version 0.8.9.1)

Re: How to make Vim having a little better mouse support

2023-11-13 Thread Igor Lerinc
> This works as you want it to, right? Double- and triple- clicks work that way for me. Double click, should select word. Doesn't work. > vnoremap k > vnoremap j this works, but is there way that it goes UP, like it does when going DOWN, that it automatically expands toward UP. I don't know

Re: How to make Vim having a little better mouse support

2023-11-13 Thread Gary Johnson
On 2023-11-13, Igor Lerinc wrote: > Yes, I did all tips I could apply about enabling mouse support in `.vimrc`, > but > I just want to have mouse support like in every other GUI editor. > > > > 1. I just need it to be able scroll with mouse selection (when I select, and > go > UP, it wont scro

How to make Vim having a little better mouse support

2023-11-13 Thread Igor Lerinc
Yes, I did all tips I could apply about enabling mouse support in `.vimrc`, but I just want to have mouse support like in every other GUI editor. 1. I just need it to be able scroll with mouse selection (when I select, and go UP, it wont scroll to up like in every GUI editor does) (it can go

How to make Vim having a little better mouse support

2023-11-13 Thread Igor Lerinc
Yes, I did all tips I could apply about enabling mouse support in `.vimrc`, but I just want to have mouse support like in every other GUI editor. 1. I just need it to be able scroll with mouse selection (when I select, and go UP, it wont scroll to up like in every GUI editor does) (it can go