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 543e50e8 for ; Wed, 8 Jan 2020 22:24:55 +0000 (UTC) Received: (qmail 23512 invoked by alias); 8 Jan 2020 22:24:48 -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: List-Unsubscribe: X-Seq: 24611 Received: (qmail 17328 invoked by uid 1010); 8 Jan 2020 22:24:48 -0000 X-Qmail-Scanner-Diagnostics: from out5-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25684. spamassassin: 3.4.2. Clear:RC:0(66.111.4.29):SA:0(-2.6/5.0):. Processed in 2.49619 secs); 08 Jan 2020 22:24:48 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvdehkedgudehlecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfgjfhffhffvufgtsehttdertderredtnecuhfhrohhmpedfffgr nhhivghlucfuhhgrhhgrfhdfuceougdrshesuggrnhhivghlrdhshhgrhhgrfhdrnhgrmh gvqeenucfrrghrrghmpehmrghilhhfrhhomhepugdrshesuggrnhhivghlrdhshhgrhhgr fhdrnhgrmhgvnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.1.7-731-g1812a7f-fmstable-20200106v2 Mime-Version: 1.0 Message-Id: In-Reply-To: References: <1578477603.6726.5.camel@samsung.com> <3e056cff-f690-f416-d8b6-89059c64187a@gmail.com> Date: Wed, 08 Jan 2020 22:23:48 +0000 From: "Daniel Shahaf" To: "Zsh Users" Cc: "Andrey Butirsky" Subject: Re: emulate bash key bindings Content-Type: text/plain Roman Perepelitsa wrote on Wed, 08 Jan 2020 22:03 +00:00: > On Wed, Jan 8, 2020 at 10:57 PM Andrey Butirsky wrote: > > But binding with dot-prefixed widget names seem the most compact > > solution for me: "bindkey '^w' .backward-kill-word", thanks! > > Keep in mind that binding dot-prefixed widget names breaks plugins > that wrap widgets. Includes the most useful plugins out there such as > zsh-syntax-highlighting and zsh-autosuggestions. It also breaks many > themes including powerlevel10k. That's true for z-sy-h's master branch, but with the feature/redrawhook branch (due to be merged after 0.7.0's release) highlighting will be refreshed even by invocations of dot-prefixed widgets. Cheers, Daniel