Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problems with vi-goto-mark and vi-set-mark
- X-seq: zsh-users 11394
- From: "Felix Rosencrantz" <f.rosencrantz@xxxxxxxxx>
- To: "Zsh users list" <zsh-users@xxxxxxxxxx>
- Subject: Problems with vi-goto-mark and vi-set-mark
- Date: Sun, 15 Apr 2007 09:49:15 -0700
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HGcxHty5yg8Vdv/AH5SwolQ6ntwRg6TOk171Qed4CxGGUYnkAoWrGDhc5UINU+wL7WZloW9yLNj21ZaJkBa7+8oVhOkhS7TIXRycKIPZzhluYQs5QMiHqMiqdzm3BPzktPJRI4mlLH5EVWKA5kEg+CUGQZVvmQpanyCABUIQ98Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XZGyLlBL09/DBQtTg0ofDXVSSUscKRiZussfZLLlnD9W7Xe4OycKcrv4xjBXpqruClsegf/yw5EaqpXLmJ/F29Ta7Ydgc6AesJh5JCtPNkx9dn+KhmQVW+TZSS6sD6EuzuUYAKUOmtUf45saEcwRBJA0NQoW4Gajd8sDfqNz/bQ=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I've recently been trying to use viins/vicmd mode. I've hit a small
problem with the vi-set-mark and vi-goto-mark, they seem to be broken
in the latest version of zsh. Though it looks like it was working in
4.2.5.
To reproduce:
zsh -f
% bindkey -v
% echo <ESC>maiabcdef
# ESC changes to vicmd mode
# ma creates mark 'a' at the position
# i go back to viins mode
# abcdef actually doing self-inserts
% echo <ESC>`a
# <ESC> changes to vicmd mode
# `a is suppose to go to mark 'a' from the previous line, but in
the latest version it doesn't seem to work. It look like it has been
broken for more than a year in 4.3.0
-FR.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author