Results 1 to 6 of 6

Thread: Vi editor : A brief intro

  1. #1
    Jedi knight Luke Skywalker's Avatar
    Join Date
    Jul 2009
    Age
    23
    Liked
    0 times
    Posts
    2,175

    Default Vi editor : A brief intro

    Vi editor is one of the most powerful editor since the days of Unix. But it is available as clone like VIM, nvi and elvis in Linux and BSD as it is not open source and they were made to address this. Their functionality is same.
    But it must be noted it is quite difficult to learn this. And also some file can only be open by it.
    It has a gui front end called gvim also.
    Opening file is quite easy:
    vi filename

    To move use- h j k and l keys.
    To quit use- :q or !:q if you have not modified file or you don't want to save change.

    To safe - :w
    To safe and quit- :x
    It has two mode :
    command mode
    You can enter it by hitting ESC

    insert mode


    It is used for entering the text. You can enter it by using a or i.

    These might seem simple because I have introduce nothing complex out here which truly make it a advanced editor. You hardly need to leave the keyboard to use it.
    History is on the move,my friends.Those who cannot keep up will be left behind, to watch from distance.And those who stand in its way will not watch at all.http://windows7sins.org/
    People are going to tell stories about me none of which change who I really am.

  2. #2
    zamfoo
    Guest

    Default

    hi,

    i don't like vi. i prefer nano. it is much easier to use and more intuitive. i don't like the navigation and modes that you have to switch between in VI.

    thanks,
    kevin

  3. #3
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    8 times
    Posts
    10,904

    Default

    I have a love/hate relationship with vi. It is very complex to use - especially for advanced features.

    But there is no doubt in my mind that it is the best text editor.

  4. #4
    Jedi knight Luke Skywalker's Avatar
    Join Date
    Jul 2009
    Age
    23
    Liked
    0 times
    Posts
    2,175

    Default

    Ther has always been a war between emacs and vi . I prefer emacs though I know vi also.

  5. #5
    Silver Member
    Join Date
    Dec 2008
    Liked
    0 times
    Posts
    370

    Default

    I prefer joe, though I don't use these days as there are many text editors avalable

  6. #6
    mrhannette
    Guest

    Default

    Thank you for the info but I think pico is more easy than vi editor.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Emacs: A brief intro
    By Luke Skywalker in forum Linux
    Replies: 0
    Last Post: 02-12-10, 11:14 PM

Posting Permissions

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