From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 3dc0364f for ; Sat, 4 Jan 2020 17:12:32 +0000 (UTC) Received: (qmail 13253 invoked by alias); 4 Jan 2020 17:12:24 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45235 Received: (qmail 14457 invoked by uid 1010); 4 Jan 2020 17:12:24 -0000 X-Qmail-Scanner-Diagnostics: from mail-lj1-f169.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25677. spamassassin: 3.4.2. Clear:RC:0(209.85.208.169):SA:0(-1.9/5.0):. Processed in 4.625317 secs); 04 Jan 2020 17:12:24 -0000 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.208.169 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7ylY8raymxJcNpaOFDEsnf2KxKoq7Sblz5xPX24sATs=; b=XnBqkUbKL5qmY/wu33L9ii2chGSq7atycsbQQW8XDMMeZMq24ic6OW+EdfwTrwY6jq tSqz5oo5Tmvjuz9d1Q9ye/wDdJxZ4Y1uP9YGGFXLciZmcRRHzeJL/7wHYKzpZ9g1y5pr piAvaFPmVhGQtftvRe/AmoOCdxg32naS5Wetf3L9SDUp8xSnrCFg4wuKd3Hl/4WkqwPU Hp876uSiRcZnD4hexCOFL0VYMe7/Mu8HaLVIUQvctQ1AIzVwmua6JINEmEaOXPEQ8Mnf rPXIHMgigLkmlebGidYwOArd0hlExG4L/ObZednaV4RKFDtFonvN3X7t9lX9DK9mswY7 5Z7A== X-Gm-Message-State: APjAAAW4A2WmkkrX5S0eH5zOvuhf40f0+ZxO2E/ChBt3xhdQYTZHe4s3 0c3uhoS/n1FsYBHH+MbGq87+PuRcwku4XFHJj8fSEg== X-Google-Smtp-Source: APXvYqwv9s/Amk63x66eChQ7Nxw/eS27djaqr5S6sZzySoj10LFS+k4koulBaGI+XhCDYDxB1svXkCVa1aUvtArmmQw= X-Received: by 2002:a2e:8646:: with SMTP id i6mr54898347ljj.122.1578157904268; Sat, 04 Jan 2020 09:11:44 -0800 (PST) MIME-Version: 1.0 References: <63663202-4b1d-428a-b16b-5be1425e84ef@www.fastmail.com> <0C0C9775-59EE-4FBB-AB84-3E7FEF6E5024@dana.is> <186D63AE-2F2A-41C3-9E09-CEE0714E2B7F@dana.is> <12F64C78-BFA2-460C-80D4-921F22C72F78@dana.is> <1578063609.4581.6.camel@samsung.com> <20200103204856.bv6f3dkqhtrjm6vm@tarpaulin.shahaf.local2> <54205248-124e-4e9a-942f-7ff0626791a6@www.fastmail.com> In-Reply-To: From: Bart Schaefer Date: Sat, 4 Jan 2020 09:11:30 -0800 Message-ID: Subject: Re: Official plugin manager? To: Roman Perepelitsa Cc: dana , Daniel Shahaf , Zsh hackers list Content-Type: text/plain; charset="UTF-8" On Sat, Jan 4, 2020 at 7:47 AM Roman Perepelitsa wrote: > > If keys such as arrows, home, end and delete just worked, this would be perfect! I tried to solve this a long time ago with Functions/Misc/zkbd, which allows one to interactively create a terminal profile. The problem is with knowing how to save/select the correct profile once it has been created -- I can remote-login to the same home directory from 3 different places with terminals that all identify themselves as the same terminal type and yet require 3 different profiles to get the key bindings right depending on the hardware+OS+terminal-emulator from which I am connecting. If zkbd could be updated with a better scheme than just using the value of $TERM to identify the context, it's the sort of thing that could be invoked from newuser-install.