Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Strange behaviour in zsh's emacs bindings
- X-seq: zsh-users 13720
- From: Andrés Goens <andres@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Strange behaviour in zsh's emacs bindings
- Date: Fri, 16 Jan 2009 20:51:55 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=iAmQzu2/10PJWXNJbnitOPVL7GEQ0i69pr+oaG6uA7Y=; b=FY08FcJhYy3K9OkGOyTo3dwa0pTW5hws3qNByOV7m9wa1ypaHVgPkeDiHoB+pRsZLC VmWRGjI260SkoJxZlv4G7Fzo4pkvtkVOfCKLzr50vvm3yAd/xYjnpXoxLDhSN7cv328Y fUWsUXu8ECdIXLRBtpd6xXiG9Ul3DIbZqV7LY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=TePjpakk1TC7Rof6UmKIVcjO9so/tM08/mTvyeVT7lfRSCMwYzcAHF0gllSuTgD7XO AEp0T+KNM7Hd91tB1TfJrK5x8YFtVn1DIBJpzUc2H9pvk4NRPp9o8DVw2bAgWU7DlLYM 81sRKoEWyHDWUxtBa29HLT+dVbwt/xXW2HPWc=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: andresgoens@xxxxxxxxx
Hello,
I have been using the zsh with emacs bindings for some time now and
have noticed that the killing/moving forward of a single word (M-d,
M-^H, M-f,M-b) does not work the way it works under emacs (or bash
with emacs bindings, for example) as it treats strings like
"/this/is/a/long/path" as a single word, as it does with strings
separated with points, e.g.
"these.are.some.words.sepparated.by.points" and kills/goes over it in
one single step. It can get very annoying when working with longer
paths and such, and I wanted to ask if this was the way it is intended
to work (that is, if I have to modify some configuration to get it to
behave the way I want it to) or if it is indeed a bug. However, I am
inclined to thin it is the latter and think that the answer might be
in Src/Zle/zle_word.c but got somewhat confused and before investing a
few hours trying to change it I guessed it would be a good idea to ask
you guys here first. Thanks in advance.
Regards,
Andres Goens
Messages sorted by:
Reverse Date,
Date,
Thread,
Author