From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 09:38:39 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C45D106566C for ; Fri, 24 Aug 2012 09:38:39 +0000 (UTC) (envelope-from jb.1234abcd@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id EAC978FC12 for ; Fri, 24 Aug 2012 09:38:38 +0000 (UTC) Received: by obbun3 with SMTP id un3so4909228obb.13 for ; Fri, 24 Aug 2012 02:38:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GVQIzopTXFycxWWC2YBZjnRZCXYHjDVVb9d2l+cOW/Q=; b=MuX7r6r8QO8vDrcdRr33r4xjKhB/e/y8bGr50JmQwhnOb2xANyoYdsRlFxXY2Uq591 BbM9ae5vW+FMbK9drZkfB/JjVIXfDjX5vfChCYTnzVcB2NepBADRt/5wB05O/5q8oAaF 7AuDd3x0N/CYkyFkF+TgF240dTaKN5bNRWjFnvVaGRseBGGHL9K3A0IKBQsfMSjKRIIK 8tpMsaA6deCp38IDCIP+4qqzrzsI1J21/nKffIht3y9rpaanSNwiIKmDN8jy4PW3LCHY blpChR3v3ZHx7/3A8YQl99mBc6DAdoBJjrz8kT93wFBQIOq+MjRzz73rX9nYOSQbAFPY sx/A== MIME-Version: 1.0 Received: by 10.60.11.136 with SMTP id q8mr3368880oeb.132.1345801118294; Fri, 24 Aug 2012 02:38:38 -0700 (PDT) Received: by 10.60.61.104 with HTTP; Fri, 24 Aug 2012 02:38:38 -0700 (PDT) Date: Fri, 24 Aug 2012 11:38:38 +0200 Message-ID: From: J B To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Does 9.0 honor TERM settings 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: Fri, 24 Aug 2012 09:38:39 -0000 > Well, then, where is the setting that makes the F7 key send E[18~ instead > of the standard E[S? I think you will find a hint here: https://wiki.archlinux.org/index.php/Home_and_End_keys_not_working Btw, in the vi editor you can type a control key into your text file by first typing '^V' followed by the control character desired, e.g. '^V^H' for '^H'. jb