Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: visual line movement
- X-seq: zsh-users 23538
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Anthony Heading <anthony@xxxxxxxx>
- Subject: Re: visual line movement
- Date: Fri, 27 Jul 2018 11:53:59 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=wjYC9K2Heb+N78cWbqszfIvwkLQWzOQ1ohRy5keiOmU=; b=H8MPB6YfOXbs8+KIuyWM94rMcD9MwzLhIbknEbjesJKTIIds8t7+w3XZuLsgj8R0dj ZucOWpBxE+6lxjbJX0Q5TJS5H6NqpTmSQ/ZEgoCIi5RlS/84+NfqqgS33MNOPNt9A473 KdsZpP7etTJqTbMoJ6kgXRolOzs319dVTC2HlgtfimNyw95Jp2jovfUNhpeSqHgsAuPL 8UQ5J1vbSg9hjozLec3gAOq3RUm+Segnot8WH4N0mC+pPoX2L4PgLEghvjDXLDAhiq7C dvZLIT8EN0NPKdbWbwg8clTPCRvCvP6NexFkSVgzc2n+m2A82AUfLyVT2q1Lpe8YSv7m IEZw==
- In-reply-to: <1532675437.2645470.1454547640.6843860B@webmail.messagingengine.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <1532675437.2645470.1454547640.6843860B@webmail.messagingengine.com>
On Fri, Jul 27, 2018 at 9:10 AM, Anthony Heading <anthony@xxxxxxxx> wrote:
> Is there a good way to make zle up-/down-line etc operate visually, i.e. have the cursor position move across wrapped lines on the screen rather than considering only embedded '\n's in the buffer? I'm guessing not, but would like to be sure.
If you make a custom widget that moves $COLUMNS characters left/right,
the effect should be approximately the same.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author