Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bindkey -s '^[[18~' '^d^c'
- X-seq: zsh-users 18643
- From: zzapper <david@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: bindkey -s '^[[18~' '^d^c'
- Date: Thu, 20 Mar 2014 12:18:41 +0000 (UTC)
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: Your Company
Hi
I want to put ^d^c onto a function key but
bindkey -s '^[[18~' '^d^c'
doesn't work I think because the ^d^c substitute is somehow interpreted.
# this does work
bindkey -s "^[[[E" "r d=c\n"
--
zzapper
https://twitter.com/dailyzshtip
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author