This Is Your Brain On Informatics: Pico: Difference between revisions

From Pathology Education Instructional Resource
Jump to navigation Jump to search
Tikenn (talk | contribs)
No edit summary
Tikenn (talk | contribs)
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<p>Below are some common commands that can be used to easily move around in Pico.  This program can be easily accessed by typing in [[This Is Your Brain On Informatics: Linux|pico [/pathname] ]] on the command line.</p>
Below are some common commands that can be used to easily move around in Pico.  This program can be easily accessed by typing in [[This Is Your Brain On Informatics: Linux Commands|pico ''/pathname'']] on the command line.


{| class = "wikitable"
{| class = "wikitable"
Line 7: Line 7:
|-
|-
| ^k || delete line
| ^k || delete line
|-
| ^u || undoes one typo
|-
| ^v || page down
|-
|-
| ^w || find
| ^w || find
|-
|-
| ^u || undoes one typo
| ^y || page down
|-


|}
|}


<p>*The ^ symbol indicates the Ctrl key for Windows users and the Command key for Mac users.</p>
<nowiki>*</nowiki>The ^ symbol indicates the Ctrl key for Windows users and the Command key for Mac users.
 
 
{{This Is Your Brain On Informatics}}
 
[[Category:This Is Your Brain On Informatics]]

Latest revision as of 02:36, 19 March 2014

Below are some common commands that can be used to easily move around in Pico. This program can be easily accessed by typing in pico /pathname on the command line.

Command* Description
^k delete line
^u undoes one typo
^v page down
^w find
^y page down

*The ^ symbol indicates the Ctrl key for Windows users and the Command key for Mac users.