Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Weird Vi-mode behavior
- X-seq: zsh-workers 25992
- From: Matthieu Louvel de Monceaux <glory69@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Weird Vi-mode behavior
- Date: Mon, 03 Nov 2008 13:24:24 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Ki8r5oRQUdERXR0ghRBI3lkCr5CENtPqqikmMRgr1gk=; b=iyzyH1yJeKK11PQUFwlsYckQYeiADcuzlLpKdaQEvCMzKODvtQk3rHgG+WtF9pM7Ff RAC/CtCdc7wEGEoc+QerNQvYxQV8VA5pqHmr7A/0VN9TRTiTcuLDIcd3pMf0dv2i85P0 qQ/luDLXmBC4uD0IrevEWBTr4pTISqR8b8Guk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=gLAcrunCq3iQR/Z7J0dI6EaIqWj8798RVIimzuljG5t7Aj5Jk/WyWDR9sJGtNQJdpn EFmU5niOV/EXSTAjzuiCVbrCbYNIACuMdQOT01C/cg9GYMm0CQDs/QLQNwDlM9drNLav ts7L3+UjJGSlfcGVBwHR/qgj8yhN0nDbaBPvY=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hello,
I'm using zsh 4.3.9+1101.
On bash i was used to work with the vi-mode activated.
I activated it in zsh by
bindkey -v
And now it works, except one huge thing :
When we return from command mode to insert mode, we can't modify
the text from the beginning to the spot where we got insert ...
Definitely a weird behavior ...
To get it too, just type 'foo folk x' for example.
Then Esc, type 'b' to go to the previous word, then press 'i' to go
insert mode.
Now you can't edit the 'foo ' part anymore.
Thank you by advance,
M. Louvel de Monceaux
Messages sorted by:
Reverse Date,
Date,
Thread,
Author