Re: Stretch vim doesnt cut and paste

2017-08-24 Thread Reco
Hi. On Thu, 24 Aug 2017 21:59:36 +0200 Elimar Riesebieter wrote: > * Reco [2017-08-24 18:16 +0300]: > > [...] > > vim(1) does not mention defaults.vim, so it must be a case of obsolete > > documentation. > > That, and I'm too lazy to view vim source. > > Read file:///usr/share/doc/vim

Re: Stretch vim doesnt cut and paste

2017-08-24 Thread Elimar Riesebieter
* Reco [2017-08-24 18:16 +0300]: [...] > vim(1) does not mention defaults.vim, so it must be a case of obsolete > documentation. > That, and I'm too lazy to view vim source. Read file:///usr/share/doc/vim-common/NEWS.Debian.gz Elimar -- Never make anything simple and efficient when a way c

Re: Stretch vim doesnt cut and paste

2017-08-24 Thread Reco
Hi. On Thu, 24 Aug 2017 08:45:19 -0500 David Wright wrote: > On Thu 24 Aug 2017 at 12:37:45 (+0300), Reco wrote: > > Hi. > > > > On Thu, Aug 24, 2017 at 03:38:10PM +1200, Richard Hector wrote: > > > On 21/08/17 05:31, Reco wrote: > > > > In jessie and before that one could put neede

Re: Stretch vim doesnt cut and paste

2017-08-24 Thread David Wright
On Thu 24 Aug 2017 at 12:37:45 (+0300), Reco wrote: > Hi. > > On Thu, Aug 24, 2017 at 03:38:10PM +1200, Richard Hector wrote: > > On 21/08/17 05:31, Reco wrote: > > > In jessie and before that one could put needed customizations > > > into /etc/vim/vimrc (and it works as of stretch) > > > or

Re: Stretch vim doesnt cut and paste

2017-08-24 Thread Reco
Hi. On Thu, Aug 24, 2017 at 03:38:10PM +1200, Richard Hector wrote: > On 21/08/17 05:31, Reco wrote: > > In jessie and before that one could put needed customizations > > into /etc/vim/vimrc (and it works as of stretch) > > or into /etc/vim/vimrc.local (and it's ignored in stretch). > > L

Re: Stretch vim doesnt cut and paste

2017-08-23 Thread Richard Hector
On 21/08/17 05:31, Reco wrote: > In jessie and before that one could put needed customizations > into /etc/vim/vimrc (and it works as of stretch) > or into /etc/vim/vimrc.local (and it's ignored in stretch). Looking at a stretch box (installed clean, not upgraded), /etc/vim/vimrc has this at the b

Re: Stretch vim doesnt cut and paste

2017-08-20 Thread kamaraju kusumanchi
On Sun, Aug 20, 2017 at 7:22 AM, kamaraju kusumanchi wrote: > > Using a sledgehammer to crack a nut, uh? YMMV but I find that a lot of > those changes are good. If you are annoyed by the incremental search, > simply disable it by adding > > set noic > > in ~/.vimrc. > Sorry, I meant "set nois" as

Re: Stretch vim doesnt cut and paste

2017-08-20 Thread Reco
On Sun, 20 Aug 2017 18:46:49 +0200 Nicolas George wrote: > Le tridi 3 fructidor, an CCXXV, Reco a écrit : > > That part is simple (per-user). The hard question is - how can I force > > vim to respect 'noic' without the need to create ~/.vimrc for every > > single user that I use? > > The same wa

Re: Stretch vim doesnt cut and paste

2017-08-20 Thread Nicolas George
Le tridi 3 fructidor, an CCXXV, Reco a écrit : > That part is simple (per-user). The hard question is - how can I force > vim to respect 'noic' without the need to create ~/.vimrc for every > single user that I use? The same way you distribute any configuration change you make to any software. If

Re: Stretch vim doesnt cut and paste

2017-08-20 Thread Reco
Hi. On Sun, 20 Aug 2017 07:22:34 -0400 kamaraju kusumanchi wrote: > On Sat, Aug 19, 2017 at 8:04 AM, Reco wrote: > > > > A known problem. Apparently upstream thought (and Debian maintainer > > followed) that it would be good idea to enable so-called 'mouse support' > > in vim. As a resu

Re: Stretch vim doesnt cut and paste

2017-08-20 Thread kamaraju kusumanchi
On Sat, Aug 19, 2017 at 8:04 AM, Reco wrote: > > A known problem. Apparently upstream thought (and Debian maintainer > followed) that it would be good idea to enable so-called 'mouse support' > in vim. As a result X cutbuffer ceased to function in vim. > They also enabled 'incremental search' by d

Re: Stretch vim doesnt cut and paste

2017-08-19 Thread behrad eslami
Press shift and select lines that you want to copy On Saturday, August 19, 2017, 5:06:33 PM GMT+4:30, Rob van der Putten wrote: Hi there On 19/08/17 14:10, Brian wrote: > "set mouse=" in ~/.vimrc. In /etc/vim/vimrc it doesn't work. In ~/.vimrc it does. Thanks! Regards, Rob

Re: Stretch vim doesnt cut and paste

2017-08-19 Thread Rob van der Putten
Hi there On 19/08/17 14:10, Brian wrote: "set mouse=" in ~/.vimrc. In /etc/vim/vimrc it doesn't work. In ~/.vimrc it does. Thanks! Regards, Rob

Re: Stretch vim doesnt cut and paste

2017-08-19 Thread Nicolas George
Le duodi 2 fructidor, an CCXXV, Rob van der Putten a écrit : > After a upgrade from jessie to stretch I can't use the mouse to cut and > paste in vim. Try "set mouse=" (empty option). Regards, -- Nicolas George

Re: Stretch vim doesnt cut and paste

2017-08-19 Thread Brian
On Sat 19 Aug 2017 at 13:56:15 +0200, Rob van der Putten wrote: > After a upgrade from jessie to stretch I can't use the mouse to cut and > paste in vim. > nvi works, nano works. > As quick fix I removed xxd and installed the jessie version of vim, > vim-common and vim-runtime. This does work. "s

Re: Stretch vim doesnt cut and paste

2017-08-19 Thread Reco
Hi. On Sat, 19 Aug 2017 13:56:15 +0200 Rob van der Putten wrote: > Hi there > > > After a upgrade from jessie to stretch I can't use the mouse to cut and > paste in vim. > nvi works, nano works. > As quick fix I removed xxd and installed the jessie version of vim, > vim-common and vi

Stretch vim doesnt cut and paste

2017-08-19 Thread Rob van der Putten
Hi there After a upgrade from jessie to stretch I can't use the mouse to cut and paste in vim. nvi works, nano works. As quick fix I removed xxd and installed the jessie version of vim, vim-common and vim-runtime. This does work. Regards, Rob