From owner-freebsd-questions@FreeBSD.ORG Sun May 30 03:36:37 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E2EE106564A for ; Sun, 30 May 2010 03:36:37 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 3CD988FC08 for ; Sun, 30 May 2010 03:36:37 +0000 (UTC) Received: from [10.0.10.3] ([202.69.173.90]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 29 May 2010 20:36:37 -0700 Message-ID: <4C01DD3F.3040000@a1poweruser.com> Date: Sun, 30 May 2010 11:36:31 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 May 2010 03:36:37.0657 (UTC) FILETIME=[4F2FD090:01CAFFA9] X-Sender: fbsd1@a1poweruser.com Cc: Subject: text editor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2010 03:36:37 -0000 Been using ee and been happy. Now I have need for an editor with block commands. Put dd on the first line of sequence number you want to start deleting and dd on the last line of the block and hit enter and the block of lines are deleted. OR Put cc on first line and cc on last line of black to copy and enter "I" on line where you want the copied block to be inserted after. Also same for mm meaning move block. Is there any editors with a function like this?