From owner-freebsd-questions@freebsd.org Thu Jul 12 10:02:13 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8307C10495BE for ; Thu, 12 Jul 2018 10:02:13 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BBE087606 for ; Thu, 12 Jul 2018 10:02:13 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 1B171289 for ; Thu, 12 Jul 2018 06:02:12 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 12 Jul 2018 06:02:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=QPALFUwZW0KLL17vzXWjfOFRCiryZ TPhtypBvyKFizQ=; b=Op/QehbP9oxkNFwrCCsfY/n4UdwLoWACtX5hZHSvHQCjG dWQlU93hVdqWJA8Y1SKKZoEUF5TIWuEJ5I72SC2JDnLCNt1OpHY44iKXEIxqztHi G1H/FVB6Q1R9h4ZDcGKqHwrWSnrwGHBsowklw7MqvJTJmo8NlwEsT2iLGB0Rysbo rgbrvbNp3E+gtRaJoBwPxcmSRQyZWWUeQ2lGdeW6QrjK9Fy1KClO9glw19YoPtKd Xh9NaFqScyDdw3Mk2BQa6f6kWpQ6p8BNXezWJZL0JpJm1zbvOlFCLw6ShdMcUfK+ knbGLwa/K+yU42ZUrB4cSUOB30WX6a4PDTNhVrY8Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=QPALFU wZW0KLL17vzXWjfOFRCiryZTPhtypBvyKFizQ=; b=shxwQy4BIWfsSpkJTd1zHO o+4XH6zuAje7uwDzz79Bhowg9d83N5Olf4O/XoSeEmnyPa4z+seUC/vvQwfxQKio yIiTRtJSWEESKoXnLjw0rvYGYYWcPY3XnJsPY2p1knNuAdJcFb9RVoeC4N82tAMP DP2NW2qPjMRmjaeMtnNyXHlIi9qlojovlDXOk/mto8xfhu23Cyj1g0EH1tS2Nrlo 9YMqrBTwMoCxQ+vq2P2CASvoPK/S0vPWsv/3LlroPQ5kHeMAMmmKevGHpD+fhqoQ l9KURZ6KIIOprkIAMu8P8QtjyylCfnNysDdoDRlMGm5MGTdZzngbFz6kUgyS7SqQ == X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 3DF9C10261 for ; Thu, 12 Jul 2018 06:02:11 -0400 (EDT) Subject: Re: vim color and copy/paste To: freebsd-questions@freebsd.org References: <20180712115452.48cee92d@mr185083> From: tech-lists Organization: none Message-ID: Date: Thu, 12 Jul 2018 11:02:10 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.9.0 MIME-Version: 1.0 In-Reply-To: <20180712115452.48cee92d@mr185083> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2018 10:02:13 -0000 On 12/07/2018 10:54, Patrick Lamaiziere wrote: > Any idea why with Vim in a terminal xterm I cannot copy/paste text > when the text is colored (syntax color by sample)? > > vim-lite-8.0.0134 > freebsd 11.2 Hi, What's in your .vimrc ? In a minimal config, I have just the following: set mouse= otherwise mouse commands get interpreted by vim and I don't want that. -- J.