From owner-freebsd-questions@FreeBSD.ORG Tue Jul 22 20:17:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 264691065673 for ; Tue, 22 Jul 2008 20:17:44 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.229]) by mx1.freebsd.org (Postfix) with ESMTP id 030408FC17 for ; Tue, 22 Jul 2008 20:17:43 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2429950rvf.43 for ; Tue, 22 Jul 2008 13:17:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=S90rNgSzm2JDuoJ+5bUZ4ZyyHjOiHFXSkt6OZQOvNYA=; b=VLH/edz8YXnjPPMvDk4GzEdsItbz19yiCvOhOOY/CGtrST7WREFlx4PoLDWdSFWiWp A+nynhWIVkWKvgK+XzDeWSTIBDwz4tp+5vSMKhutaI0QgMCAmFAxNVcDReVDqn5YMCUs WNM6+71D4uD5Hu0qNHT4+iB6Hd8eRWsuKIftY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=exKqPAfzg1QCpZJdvGnwnmLEgAKJ4k9pzIpOCs4W7w+MdUXhNmXljZVdQ2WZXGPgm0 UTNBVvM+NF2Nym4q8CCT+KWjXaIsKtcs4OAM8764zDx7QRytiRz2H9BNchjsqCWQqkQk 2KhYVTxzgisgVYRpaesG9AcvDfjjeokczBAeE= Received: by 10.141.163.12 with SMTP id q12mr120292rvo.190.1216757863624; Tue, 22 Jul 2008 13:17:43 -0700 (PDT) Received: by 10.140.248.15 with HTTP; Tue, 22 Jul 2008 13:17:43 -0700 (PDT) Message-ID: <54db43990807221317m240f8658x29cf0981aa635675@mail.gmail.com> Date: Tue, 22 Jul 2008 16:17:43 -0400 From: "Bob Johnson" To: "Prakash Poudyal" In-Reply-To: <1428d0e80807220120s11ca7ea0v3466b3bd3defe38e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1428d0e80807220120s11ca7ea0v3466b3bd3defe38e@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: tips about saving text in Easy 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: Tue, 22 Jul 2008 20:17:44 -0000 On 7/22/08, Prakash Poudyal wrote: > Hello Everybody > > Here I want to know some tips of the Easy Editor. Can any body say the > Key word that will save the text of Easy Editor. Like you know we used > to Esc :w in case in VIM Editor. So please if any body know please > reply me. I want to know way of directly saving in Easy Editor. > Thank Press Esc and it will give you a menu that you will find helpful. I think "Esc c c" is what you want, or "Esc Enter Enter" if you want to save and exit. - Bob