Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 536915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:52:18+00:00 2026-05-13T09:52:18+00:00

I have to add a VIM personality to an IDE. I never used VIM

  • 0

I have to add a VIM personality to an IDE. I never used VIM for more than the most basic edits and i’m now overwhelmed by the complexity of the command structure.

Is there any overall structure for the combination of counts moves and insert/delete commands?
I just can’t see the wood for the trees.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T09:52:19+00:00Added an answer on May 13, 2026 at 9:52 am

    Well, there is obviously a finger position pattern behind h, j, k, l.

    The fact that ^ goes to the beginning of a line and $ goes to the end is patterned on common regular expression syntax.

    Ctrl-F and Ctrl-B page forward and back, and that’s fairly intuitive.

    i inserts (before) and a appends (after the cursor). Similarly,
    I inserts at the beginning of the line, and A appends at the very end.

    > and < indent and outdent, respectively. That’s also kind of intuitive.

    But on the whole, many of the other commands are on whatever keys were left – it’s hard to find an intuitive mapping between the letters of the alphabet and an editor’s commands.

    Repeat counts are always entered before a command, and mostly repeat the command that many times, but in some cases do something clever but analogous.

    I think the secret to not going crazy over vi is to start out with only a small handful of commands. I have a lot of colleagues who don’t know to do anything other than

    • move the cursor around using the arrow keys (you don’t have to use h, j, k, l);
    • insert with i, delete with Del (you don’t have to use x);
    • delete a line with dd
    • get out of input mode with Esc
    • get out of vi with 😡 (exit) or q! (quit, and throw away my changes!)

    Because I’m much smarter, the additional commands I know and use are:

    • go to the top of the file with gg, the bottom with G.
      I can go to a specified line number with (line-number)G.
    • copy a line with y (yank), paste it with p
    • change a word with cw, the rest of the line with C
    • delete a word with dw, the rest of the line with D
    • I sometimes use . to repeat the last command, or u (undo) if I messed up.

    When you have occasion to use other commands, you can teach them to yourself one by one as needed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.