Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Extending zed
- X-seq: zsh-users 23428
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Extending zed
- Date: Sun, 3 Jun 2018 07:57:12 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=MD8b4SNc0rngzMUcOODLyVCp9Do6ZbPFyJSi2vZjIJ4=; b=FEZKHlN27uj8B6CPIbhWNKTlPOT6pY4k7x73Rue3X4xUR1+p1sKgeX+AVWuw7YAlZB 7IWD42iR3wv1pfulzO/0RVax5v3mhgqNxrYAuTBcGvXh7goeE8uhqWX3qrUGT+qA28aA PPModpbkhD4UEgXqKSd2FKg8pguDfUPObG8FXjqeBdit+H3/mElBOehAjSqxm999e091 N4WG1ULoXMCFqyM3Snr0hQ+UpjEnZiEOmuQXfXwc4fuYGH5dti5B/vhpE9k5Tqx5w0i9 k0NIsg77mDEe1MR/9KrQNb/Hr+DvN5R1Alt9usg8JkJytHi0RX20JACtlIYckHwlOzto 16yw==
- 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
Hello,
zed isn't that fun editor for large files and functions, however with
fast-syntax-highlighting it has colorizing that is unachievable with
vim or emacs. Example of 2 themes active at the same time (eval has
own theme):
http://psprint.blinkenshell.org/eval3.png
So editor cannot interpret "eval" as special recursive command, Zsh can.
That's why I'm thinking about extending Zed. I wonder if one could
code a status bar for it? What else can be added? Some time ago I've
added pg-up, pg-down bindings, similar are needed too.
--
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author