Closed Thread
Results 1 to 2 of 2

Thread: Simple Question.... Change Default Editor

  1. #1
    Wanch Guest

    Simple Question.... Change Default Editor

    How do I change my default editor? Right now it is nano which I don't like very much. I'd rather use vi or at least pico. Can someone tell me how to get this done?

  2. CODECALL Circuit advertisement

     
  3. #2
    Jordan Guest
    You need to export your editor:

    Code:
    # set | grep EDITOR
    EDITOR=/bin/nano
    # which vi
    /usr/bin/vi
    # export EDITOR=/usr/bin/vi
    # set | grep EDITOR
    EDITOR=/usr/bin/vi
    #

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to change default stdin to a process
    By sudheer2510 in forum C and C++
    Replies: 1
    Last Post: 05-06-2011, 01:10 PM
  2. Simple Qt Image Editor
    By sCode in forum C and C++
    Replies: 4
    Last Post: 01-24-2011, 09:35 AM
  3. Simple Text Editor
    By Turk4n in forum Java Tutorials
    Replies: 16
    Last Post: 02-11-2010, 08:10 AM
  4. PHP/HTML Question. How to change frame after login?
    By jeena1 in forum PHP Development
    Replies: 2
    Last Post: 03-09-2009, 08:28 AM
  5. Change the default EXE Icon
    By dirkfirst in forum C# Programming
    Replies: 3
    Last Post: 10-03-2006, 04:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts