From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6072 invoked by alias); 15 Jul 2013 15:46:57 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17877 Received: (qmail 19851 invoked from network); 15 Jul 2013 15:46:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at spf1.amazon.com designates 72.21.196.25 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=brotmand@amazon.com; q=dns/txt; s=amazon201209; t=1373903201; x=1405439201; h=from:to:subject:date:message-id:mime-version; bh=o1pHwEq89+6ubiY4eFRaSH51xH9SvwvhVMS0eMFylzc=; b=VzVYFG073cCkh9FNuF4W4k50ReAi21Nj9+d6syq/sBpBdLaXhZ6gbJ5y M1+pMCc5mML8qp3zIUP/oR9DnG2uXRDPFyViG3VDvbROoi1i6nxsmdEGj qequ1srFo0iGxjPfBq+YaN4n5dQNP/8MPLxotQy98UNAuR7czxYxnH8u0 E=; X-IronPort-AV: E=Sophos;i="4.89,669,1367971200"; d="scan'208,217";a="582237298" From: "Brotman, David" To: "zsh-users@zsh.org" Subject: Starting ZSH with zle commands. Thread-Topic: Starting ZSH with zle commands. Thread-Index: Ac6BcJcX2CFhw26hSKmaXQUqGBaxFg== Date: Mon, 15 Jul 2013 15:45:53 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.184.49.66] Content-Type: multipart/alternative; boundary="_000_FC331BFC5AF8444EB63B4DD142FAA39C0FF218D3ex10mbx31004ant_" MIME-Version: 1.0 --_000_FC331BFC5AF8444EB63B4DD142FAA39C0FF218D3ex10mbx31004ant_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I'm in the situation that I may be logging into one of a thousands hosts on= ce, and never again, many times a day. I want to be able to use bindkeys to automatically fix some mappings. I've used this to some effect, but bindkeys don't seem to stick. %/usr/bin/ssh -2 -x -t $host "$cmd" Even once on the host, starting zsh with a bindkey command doesn't leave me= a in a shell with that key binding. zsh -c 'bindkey | grep beginning-of-line' %bindkey | grep beginning-of-line % and when I try it this way it doesn't work either % "bindkey '^[[1~' beginning-of-line" zsh -Ziy0 zsh: command not found: bindkey '^[[1~' beginning-of-line Anyone have a suggestion? -- David Brotman Digital Support Engineer --_000_FC331BFC5AF8444EB63B4DD142FAA39C0FF218D3ex10mbx31004ant_--