Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
How to bindkey Ctrl-[
- X-seq: zsh-users 29306
- From: Thomas Lauer <thomas.lauer@xxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: How to bindkey Ctrl-[
- Date: Thu, 19 Oct 2023 16:46:38 +0100
- Archived-at: <https://zsh.org/users/29306>
- List-id: <zsh-users.zsh.org>
- Organization: TL
I want to bind Ctrl-[ to the set-mark-command widget. Naive first try
was this:
bindkey "^[" set-mark-command
but that binds the widget to Esc (which is indeed "^["). I've tried
various ideas but no joy.
Is that even possible with my terminal/zsh config?
--
Thanks T
Messages sorted by:
Reverse Date,
Date,
Thread,
Author