Home  >  Q&A  >  body text

I want to learn vim but don’t know where to start.

First of all, vim has not been installed on my computer, win7 x64, I don’t know the latest version of vim

ringa_leeringa_lee2712 days ago1520

reply all(20)I'll reply

  • 滿天的星座

    滿天的星座2017-05-16 16:39:08

    First of all, we need to understand that vim is essentially a text editor under the command line. If you have to make it like an IDE, of course it is not impossible, but it is a bit of a bargain. Don't learn something for the sake of learning. Not only will it be boring, but you will also forget it soon. Many times vim is not even used to "write" code, but to "modify" code. Many jump commands, search and replace commands, etc. become efficient only when browsing a long code. As for getting started, vimtutor is very good (enter this command directly at the command line). For advanced skills, you can check out the usage tips summarized by some people on the Internet. Personally, I don’t think it’s necessary to go too deep into it, just feel free to use it. I believe you will like vim :)

    reply
    0
  • 淡淡烟草味

    淡淡烟草味2017-05-16 16:39:08

    Just know the basic functions. For example, enter :w in non-editing mode, and then press enter to save; :wq to save and exit.

    After all, VIM is just an editor and cannot improve code quality. No point in spending too much time on this.

    reply
    0
  • 我想大声告诉你

    我想大声告诉你2017-05-16 16:39:08

    The tutorials that come with vim are pretty good

    reply
    0
  • 大家讲道理

    大家讲道理2017-05-16 16:39:08

    1. Please install the latest stable version vim74
    2. After reading and operating vimtutor
    3. After reading vimuser manualnotreference manual(enter command: h) (If you are afraid of English, you can search online how to install vim Chinese help document)
    4. Go online to learn various vim skills, information, other people’s configuration files, plug-ins and other information
    4.1. With long-term use of vim, form your own vim configuration file style
    5. Frequently used: h To solve your own problems, dig into the vim reference manual, learn vim script (or learn to write scripts in other languages)
    6. The modification of the vim configuration file will always accompany your vim usage career
    7. If anyone Tell you, friend, have you heard of emacs? beat him! (^_^, bear the consequences at your own risk!)

    reply
    0
  • 大家讲道理

    大家讲道理2017-05-16 16:39:08

    There is a vimcasts.com website

    reply
    0
  • 世界只因有你

    世界只因有你2017-05-16 16:39:08

    Stop fantasizing about classmates

    There are no shortcuts to learning
    There are no shortcuts to learning
    There are no shortcuts to learning

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-05-16 16:39:08

    vim
    In the learning process, learn which part of the knowledge you need to use. (Including plug-ins, shortcut keys, etc.)
    For most people, many functions of vim will not be used
    An IDE is more suitable for large projects, vim has its limitations
    It is recommended to start with color matching, plug-ins, Let’s start with shortcut keys and write some small programs in C||Python

    reply
    0
  • 淡淡烟草味

    淡淡烟草味2017-05-16 16:39:08

    First go through the introductory tutorial to see the basic operations, and then install the vim plug-in (if any) for your IDE, start practicing and gradually become familiar with it~

    reply
    0
  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-16 16:39:08

    Catch the Emacs alien upstairs alive

    It’s really easy to get started as soon as you start using it. First try to use it to replace the function of the text editor that comes with win!
    There are already many recommendations in the tutorials, so I won’t recommend them anymore.

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-16 16:39:08

    Vim Practical Tips This book is good
    Then remember to block the direction keys
    Always keep your hands on j and f

    reply
    0
  • Cancelreply