Nano

From OLPC
Revision as of 11:28, 29 January 2008 by 192.219.237.54 (talk) (Usage Tips)
Jump to: navigation, search
This page is part of the XO Support FAQ.     Support Index | Print This Page
<imagemap>

Image:Support-banner-square.png|173px|community support pages rect 0 0 135 204 [1] rect 135 0 345 204 Support FAQ rect 0 205 135 408 [2]

  1. Comment : there's some whitespace here:

rect 135 205 345 408 Other support

  1. maybe desc none is better. testing.

desc none

</imagemap>
Screenshot showing Nano inside the Terminal activity.
  • Nano is a text editor built into recent builds of the OLPC.
  • It runs from the shell, not from within the Sugar desktop, so is mainly of use to developers.
  • It is an alternative to the vi text editor.
  • Nano is based on Pico, an older text editor familiar to users of the Pine e-mail program.

Usage Tips

  • Although ctrl-key combinations are listed for all commands, you can use the Escape key (black circled x) as a substitute for combinations that Sugar reserves for other purposes, such as CTRL-O for WriteOut (file save, represented as ^O on the nano menu). Instead, press Escape twice, then the letter O. The usual WriteOut "File Name to Write:" prompt will appear.

CTRL-Shift-O will also work.

Copying to Journal

Once you have saved your text file within the linux file system, you may need to copy it into the Journal so that it can be viewed within Sugar. This page shows how to do this.

For Developers

  • To have Python syntax coloring within Nano, copy File:Nanorc.txt to the home directory, and rename it to .nanorc .

External Links