From owner-freebsd-current@freebsd.org Wed Jan 18 17:37:37 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4234CB669F for ; Wed, 18 Jan 2017 17:37:36 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E08A81A16 for ; Wed, 18 Jan 2017 17:37:36 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mailman.ysv.freebsd.org (Postfix) id DC6EACB669C; Wed, 18 Jan 2017 17:37:36 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC01FCB669A; Wed, 18 Jan 2017 17:37:36 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 018B91A13; Wed, 18 Jan 2017 17:37:35 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 1a76c3bb TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 18 Jan 2017 10:37:34 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: recent change to vim defaults? From: Adam Weinberger In-Reply-To: <3008e8e4-2386-2bcb-b779-f8e2125c6f63@freebsd.org> Date: Wed, 18 Jan 2017 10:37:32 -0700 Cc: Baptiste Daroussin , "ports@FreeBSD.org" , "current@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <37A99792-9E8E-4505-AA63-5E619D20DF36@adamw.org> References: <20170116162526.ei2uxnnvmuni6inp@ivaldir.etoilebsd.net> <48FFF8F8-7F23-4624-8436-F978F072494E@adamw.org> <3008e8e4-2386-2bcb-b779-f8e2125c6f63@freebsd.org> To: Julian Elischer X-Mailer: Apple Mail (2.3259) X-Mailman-Approved-At: Wed, 18 Jan 2017 18:05:02 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 17:37:37 -0000 > On 18 Jan, 2017, at 10:35, Julian Elischer wrote: >=20 > On 17/01/2017 1:23 AM, Adam Weinberger wrote: >>> On 16 Jan, 2017, at 9:25, Baptiste Daroussin = wrote: >>>=20 >>> On Mon, Jan 16, 2017 at 12:03:08AM +0800, Julian Elischer wrote: >>>> I noticed that suddenly vim is grabbing mouse movements, which = makes life >>>> really hard. >>>>=20 >>>> Was there a specific revision that brought in this change, and can = it be >>>> removed? >>> This change appeared in one of the last patchset of vim 7.4 and was = one of the >>> "features" of the vim 8.0 release. >>>=20 >>> I do agree this is just totally painful :( >>>=20 >>> Best regards, >>> Bapt >> One of the things that I inherited with the Vim port was the = DEFAULT_VIMRC option (which installs = /usr/ports/editors/vim/files/vimrc), and I haven't touched it. >>=20 >> I have moused disabled in all my boxes so I have no idea about bad = mouse behaviour in Vim. If there is a bad default that is causing grief, = let's just fix it in that default vimrc. >>=20 >> I'm not really understanding what the unexpected behaviour is so I = can't make an intelligent recommendation myself, but I'll go with = whatever you folks suggest. >>=20 >> # Adam > I'm in iterm on my mac. > I ssh to a freebsd machine > I use vim on a file. > I used to be able to use the mouse on my mac to copy a few lines into = the cut buffer.. slide-shift-click etc.. > now suddenly if I try highlight some code in vim to copy it vim drags = stuff around, scrolls up and down, deletes stuff and generally makes a = mess. > if click, instead of starting a copy zone it grabs some of the text. >=20 > basically it makes hte mouse useless. > I can;t copy and paste from a file I'm ediitng. I end up having to = exit vim and do it in vi. There have been a number of recommendations in this thread for you, = Julian, including "set mouse=3Da" and "set mouse=3Dv". Test some of them = out and let me know what works for you. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org