0% found this document useful (0 votes)
68 views2 pages

JED Command Syntax: Option Description

JED is a robust, terminal independent screen editing tool. It has commands for indenting text, deleting words/lines, marking and moving blocks of text, locating/replacing strings, and formatting BASIC code. Commands can be used to move around within lines, copy/delete marked text, redisplay the screen, and toggle insert/overwrite modes or hexadecimal display of records.

Uploaded by

javed73bd
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views2 pages

JED Command Syntax: Option Description

JED is a robust, terminal independent screen editing tool. It has commands for indenting text, deleting words/lines, marking and moving blocks of text, locating/replacing strings, and formatting BASIC code. Commands can be used to move around within lines, copy/delete marked text, redisplay the screen, and toggle insert/overwrite modes or hexadecimal display of records.

Uploaded by

javed73bd
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

JED

Man Page Index jED is a robust, terminal independent screen editing tool.

JED Command syntax


JED Filename Item (Options JED Item (Options

Option
Bnn{,mm} L R

Description
Indent "nn" spaces, with "mm" as multiple for initial indent. Skip setting default item lock on record. Allow read only

Execution Commands
Command
HOME/Ctrl A END/Ctrl E Ctrl W Ctrl K Ctrl D Ctrl G Ctrl L Ctrl N Ctrl O Ctrl R Ctrl T Ctrl V Ctrl ] Ctrl \

Description
Move to start of current line Move to end of current line Delete word Clear to end of line or join. Delete current line Mark block. 1st Start Blk, 2nd End Blk, 3rd Remove Mark Insert line below current line Locate next occurrence Toggle overwrite and insert. default insert Redisplay screen Copy the character from the corresponding cursor position on the line above Indent for BASIC Insert ] Insert \

Command Line
From Edit mode, press <Esc> to invoke the command line.

Command
CBn Can /string MB MA BI BION ! Cmd

Description
Copy Marked block before current line, n times Copy Marked block after current line. n times Locate the next occurrence of "string" Move Marked block before current line Move Marked block after current line Format BASIC code Turn on Format indentation Execute command

!! HX or HEX ED

Re-execute last ! Cmd Toggle the display of the record in Hexadecimal

You might also like