Nano
From FreeBSDwiki
(Difference between revisions)
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | [[nano]] is a text editor, like vi or emacs, but less arcane for the newbie. Probably as close as you're going to get (in a text-only editor) to the hot-key combination in other GUI-driven editors. [[nano]] is basically an updated [[pico]] and replaces/ | + | [[nano]] is a text editor, like vi or emacs, but less arcane for the newbie. Probably as close as you're going to get (in a text-only editor) to the hot-key combination in other GUI-driven editors (ie, control-Q for quit, etc.) [[nano]] is basically an updated [[pico]] and replaces/replaced [[pico]] on many systems that have/had it. Since the key combinations are visible at the bottom of whatever screen you're on, all you really need to know is that the caret (the '''^''' character) means "press the control key at the same time as the other letter". |
− | See also [[vi]], [[ee]] (commonly aliased under FreeBSD as "[[edit]]"), [[joe]], [[nano]], [[pico]] or [[emacs]]. | + | See also [[vi]], [[ee]] (commonly aliased under FreeBSD as "[[edit]]"), [[joe]], [[nano]], [[pico]], [[vim]] or [[emacs]]. |
+ | |||
+ | [[Category : Ports and Packages]] | ||
+ | [[Category : System Commands]] | ||
+ | [[Category : Newbie Friendly]] |
Latest revision as of 19:50, 29 June 2009
nano is a text editor, like vi or emacs, but less arcane for the newbie. Probably as close as you're going to get (in a text-only editor) to the hot-key combination in other GUI-driven editors (ie, control-Q for quit, etc.) nano is basically an updated pico and replaces/replaced pico on many systems that have/had it. Since the key combinations are visible at the bottom of whatever screen you're on, all you really need to know is that the caret (the ^ character) means "press the control key at the same time as the other letter".
See also vi, ee (commonly aliased under FreeBSD as "edit"), joe, nano, pico, vim or emacs.