-
Notifications
You must be signed in to change notification settings - Fork 5
Home
sandgorgon edited this page Jul 4, 2015
·
6 revisions
Welcome to the z wiki!
Note that the Z editor, in the vein of Plan 9 Acme, is an 'integrating editor'. It uses the tools available to you in your environment to perform things - for the most part. In example, it has no find-and-replace built-in and instead relies on what is available in your environment. So for example in a UNIX/Linux environment, you can just use what is available. So for me, I usually select/highlight the section of text I want to change and then from the window tagline I B2 (right-click) this command | sed 's/text/replacement text/g' - that pretty much does a find-and-replace for me.
So what can your environment do for you today? :-)