View Single Post
  #88 (permalink)  
Old 04-02-2009, 10:36 PM
nyc_paramedic nyc_paramedic is offline
Head-Fi'er
 
Join Date: Feb 2008
Posts: 82
Default

With the jed editor you can use your arrow keys and PgUp and PgDn keys to navigate the config file. When your done editing you hold the Contol key down while at the same time holding down the keys X and S to save your changes. Hold the Contol key again with X and C to exit jed.

If you think you messed something up severely, e.g., deleted a whole paragraph of mpd.conf, just exit jed using Control X C. At the bottom of the screen jed will ask you whether you want to save your changes by answering Y or N. Just hit N. The just re-edit mpd.conf via the command jed /etc/mpd.conf


You might also want to install jed on your desktop to look at the manual page for a tutorial on how to use jed.

command: apt-get install jed
command: man jed

I don't think man pages are installed on Voyage Linux so as to save space.

If the man page is a bit overwhelming you can also use Google to find tutorials on jed or another simple editor called pico.

Last edited by nyc_paramedic; 04-02-2009 at 10:40 PM. Reason: speling
Reply With Quote