Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
transpose-words worked for few seconds
- X-seq: zsh-users 21092
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: transpose-words worked for few seconds
- Date: Tue, 22 Dec 2015 11:34:14 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ZdEcCZRjkh/OKeTS5SEFIzAwCih3w/TfcjtM4u0e34c=; b=lVg9Tde2Yw4RILtfxjHP5dHqQk7ChoRPlR6Z9lKVIwSTUNjla6wjer6YEGiCgZXupo zFrULD7vCoUhbXRJDuWxSfCZZWbKHqw7gdjsBkJJwmjPPkeaoEhhht8rkTo6tdfrl0a5 PKKvhub/7vGQdHWo/MXrJDE8swJoflZaxu5z7dnq2k8OIxEctm4QCgQ1a0HsJSMeDGGq OVIM7DJZ/sEXDNHK+szQMjYyGLIuJES77vCgV73U6lAJczaHIVmKSAY3hX4kBWCCSwHD vFOwQprzyrTQE1KKo5snoDXt/1biiHjrnyLkc3yXw/zEdjERivZMoYH8/qoxl9YtMPPW N51A==
- 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
Hello,
I've added to ~/.zshrc:
bindkey "^[t" transpose-words
I use bindkey -v. Pressing Alt-t worked like 5 times, then stopped.
Now it never works, even after rebotting machine. I think it can be
assumed that it doesn't work and worked by accident.
Tried without bindkey -v, with bindkey "^Y" instead of "^[t". Entering
"a b" and pressing key combination doesn't change anything. Entering
"a b " swaps "b" and the last space, and does this once, without
swapping back.
Tried on zsh 5.0.2, 5.0.8 and 5.2. OS X.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author