Results 1 to 3 of 3

Thread: vi in terminal - vimrc - set number

  1. #1
    crowhill is offline Gee! These Aren't Roasted!
    Join Date
    Feb 2008
    Beans
    Hidden!

    vi in terminal - vimrc - set number

    hi there!

    i'm starting to use the editor vi. my vimrc-file looks as follows:

    set number
    set linebreak
    set wm=4
    set ai

    the problem is that the "set number" results in an empty left margin whose width is comparable to the space jumped to the right after hitting tab-key.

    see the screenshot.

    how can i set the space to the left of the line number to zero?

    thanks a lot in advance,
    cheers,
    crowhill.
    Attached Images Attached Images

  2. #2
    Join Date
    Jun 2007
    Location
    UK
    Beans
    1,386
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: vi in terminal - vimrc - set number

    This is normal - it allows for line numbers of 7 digits. I don't think that you can change it.

  3. #3
    Join Date
    Dec 2006
    Beans
    1,807
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: vi in terminal - vimrc - set number


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
  •