zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Re: Nice in-word incremental history word searcher
Date: Wed, 20 Jan 2016 23:03:33 -0800	[thread overview]
Message-ID: <160120230333.ZM23552@torch.brasslantern.com> (raw)
In-Reply-To: <160120213253.ZM22536@torch.brasslantern.com>

On Jan 20,  9:32pm, I wrote:
}
} Instead of overriding self-insert et al. in the main keymap and then
} restoring them, you can do the same thing as with the zhcw keymap:
} Create (once) a copy of the main keymap, install your new bindings
} for self-insert etc., in that copy, and then when you want to use the
} new keymap, switch to it with "zle -K".

Upon thinking about this a bit more ... this may be a better approach
but it's not necessarily an easier approach.  To do it this way you
have to find and rebind every keystroke that is linked to the widget
you intend to replace, rather than just aliasing the widget name.

That's not terribly difficult in Sebastian's function but it could
be ugly if there are a lot of such bindings to fiddle with.


  reply	other threads:[~2016-01-21  7:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-20 20:14 Sebastian Gniazdowski
2016-01-21  5:32 ` Bart Schaefer
2016-01-21  7:03   ` Bart Schaefer [this message]
2016-01-21  9:11   ` Sebastian Gniazdowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=160120230333.ZM23552@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).