PWB provides the following commands to navigate through text. In addition to the commands in the PWB editor, the Source Browser provides powerful commands to navigate through the source of your programs.
Table 7.11 Cursor-Movement Commands
Cursor Movement | Command | Keys |
Up one line | Up | UP |
Down one line | Down | DOWN |
Left one column | Left | LEFT |
Right one column | Right | RIGHT |
Upper-left corner of window | Home | GOTO |
Top of window | Meta Up | F9 UP |
Bottom of window | Meta Down | F9 DOWN |
Leftmost column in window | Meta Left | F9 LEFT |
Rightmost column in window | Meta Right | F9 RIGHT |
Lower-right corner of window | Meta Home | F9 GOTO |
Up one window | Mpage | PGUP |
Down one window | Ppage | PGDN |
Column one | Meta Begline | F9 HOME |
One column past window width | Meta Endline | F9 END |
Back one word | Mword | CTRL+LEFT |
Forward one word | Pword | CTRL+RIGHT |
Beginning of line | Begline | HOME |
End of line | Endline | END |
Next paragraph | Ppara | Unassigned |
Previous paragraph | Mpara | Unassigned |
End of paragraph | Meta Ppara | F9 Unassigned |
End of previous paragraph | Meta Mpara | F9 Unassigned |
Beginning of file | Begfile | CTRL+HOME |
End of file | Endfile | CTRL+END |
To specific line number | Arg number Mark | ALT+A number CTRL+M |
Position before last scroll | Arg Mark | ALT+A CTRL+M |
Saved position | Restcur | Unassigned |
Named mark | Arg name Mark | ALT+A name CTRL+M |
Scroll window down one line | Mlines | CTRL+UP |
Scroll window up one line | Plines | CTRL+DOWN |
Scroll window so cursor at top | Arg Plines | ALT+A CTRL+DOWN |
Scroll window so cursor at bottom | Arg Mlines | ALT+A CTRL+UP |
Scroll window so cursor at home | Arg Setwindow | ALT+A CTRL+] |