Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
up-line and down-line without history
- X-seq: zsh-users 16061
- From: Guido van Steen <gvsteen@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: up-line and down-line without history
- Date: Wed, 1 Jun 2011 00:45:21 -0700 (PDT)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1306914321; bh=gLOs0t8AIP+Q1ow1J8uuZU0z1LBH8Vs8YL+CN38da38=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=zYX6PJpAWsDEatvQpCAwCf8Tlu/r2J83euEkMA0WsOk4H6185RNTYtkO1JWT5sfxlJ1g/SZ1O5858F32zCpxmWVv0Xc/7PDnvudBHpYGZD7qYVzgrC79Dl1toOdjXy2s+390bAea1Q9CrK6eXYmUIYKCC1aCWuL/OeaM20czWoY=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=NskPjUkPnfjCBYo5O5zMZiinGRIaiWmAPCLEpHpF9pDO0MUWGa6a8AVSYQ5WPEk6TDejCH9wS72fjYtE6XWMmPFJzl0t7TMlQwEpoUPNYFqAUYnYMBmeD1PoMZw+o5IQ00CeM5ZLNfSGb1WC8aygnc9AIHXzCqxyFABK1lt8o0M=;
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Dear List,
I have been trying to find out how to "just" navigate through a multiline buffer.
I know the "up-line-or-history" and "down-line-or-history" widgets. It seems to me that the "up-line" and "down-line" parts of these widgets do exactly what I want. So the problem is that I would like to avoid the "or-history" part.
Are there a similar widgets that exclusively control the navigation of multiline buffers, i.e. without the side-effect of potentially navigating the history file?
Or could/should I create my own widgets based on "up-line-or-history" and "down-line-or-history", in which I just override the "or-history" part?
Best wishes,
Guido
Messages sorted by:
Reverse Date,
Date,
Thread,
Author