Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: delete-word does not delete the entire word...
- X-seq: zsh-users 6688
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: delete-word does not delete the entire word...
- Date: Sat, 11 Oct 2003 17:36:54 +0000
- In-reply-to: <20031011121052.GA5092@DervishD>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20031011121052.GA5092@DervishD>
On Oct 11, 2:10pm, DervishD wrote:
}
} When I issue delete-word in a line like this:
}
} asridfds jf'_'invnck fhdsfjh shdfasdf
}
} where '_' is the cursor position, the entire word jfinvnck is not
} deleted, just the portion between the cursor and the end of the word.
} That's not what I expect
Out of curiosity, WHY is that not what you expect?
It's pretty standard behavior of unix-derived text editors to treat the
cursor position as dividing the buffer into two parts, and then acting
on only one of those parts at a time.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author