Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bug report
- X-seq: zsh-workers 33190
- From: Mica Chimera <micachimera@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: bug report
- Date: Tue, 16 Sep 2014 19:26:01 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=lbF+rh2kV8TY9Oq3aUInzJ74TiCRjSOVMVEMeUlR07w=; b=y2b8lClRL/Q0/8OncZbCDwd8zqere6ZTdguZjo0wG9dovhOtMhXFe+pj+Asff96usL L2+MsAU9wup6edlvRQkMNMkOd25VJuv7KVv6TnzdKHeniDTPD40VJLhPFtEV68SRRX1O f1NMY7piRtDQjIAJnQeTuGKLzkErH8UEuqks6MsvRWpnfgxI1Mw7a4wvVh01dnCfzX/J /lEpwSQc3p/tyta7juDZaN/RyT2XmnBsWsxoQ7dTv12Jr5qAPrLf8zyI2d4mK2aqBl4y HGPRffvHdw/8IF9mhljOwalEZ8JG29YFPgkgj8UNX0IPkSi0+KWMI9wXCzVEjWh+B27H l1ow==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Strange behavior when using vi editor mode.
It goes something like this, with "|" being cursor:
%: bindkey -v
%: mv /some/file /some/other/file
commands: <ESC>Bi
%: mv /some/file |/some/other/file
At this point I can type in new stuff just fine, and <BS> up to the point
where I reentered insert mode, but anything earlier than that beeps and
doesn't delete. Stranger still is when I <DEL>
%: mv /some/file /SOME/OTH|er/file
Changes it to caps.
I'm using version 5.0.6 and have reproduced the error on multiple x86_64
machines with default configuration.
Since no one else seems to be reporting this bug and it's so severe I
figure it's likely there's something I just don't get. If that's the case
I'm sorry for all the trouble, but can you let me know what's happening?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author