Results 1 to 3 of 3

Thread: Doubt in Vim text editor

  1. #1
    Join Date
    Dec 2010
    Beans
    1

    Question Doubt in Vim text editor

    I am not accustomed to the new VIM editor of ubuntu so could anyone help me out in how should i able to enter the text into the editor.... in earlier version 'i' key was pressed for input mode....here to 'i' is used to enter but when i click backspace i feel that it does not erase.. but navigates left what should i do now ?

  2. #2
    Join Date
    Apr 2006
    Beans
    800
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: Doubt in Vim text editor

    The backspace problem can be solved by either
    a) creating the empty file ~/.vimrc

    or
    b) install vim-full package
    Code:
    sudo apt-get install vim-full
    Last edited by lykeion; December 1st, 2010 at 01:28 PM.

  3. #3
    Join Date
    Apr 2010
    Location
    England
    Beans
    3,286

    Re: Doubt in Vim text editor

    Yes, if you don't have a .vimrc file vim will run in compatible mode, which makes it behave like Vi. Run vimtutor for a rather nice tutorial on how to use vim and enable some of it's features.
    http://xkcd.com/293/
    There are 10 kinds of people in this world: Those who understand ternary, those who don't, and those who confuse it with binary.

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
  •