7 reasons to love Vim


[ad_1]

When I started using the vi text editor, I hated it. I thought it was the most painful and counter-intuitive editor ever designed. But I’d decided I had to learn the thing, because if you’re using Unix, vi was everywhere and was the only editor you were guaranteed to have access to. That was back in 1998, but it remains true today—vi is available, usually as part of the base install, on almost every Linux distribution in existence.

It took about a month before I could do anything with any proficiency in vi and I still didn’t love it, but by then I’d realized that there was an insanely powerful editor hiding behind this bizarre facade. So I stuck with it, and eventually found out that once you know what you’re doing, it’s an incredibly fast editor.

The name “vi” is short for “visual.” When vi originated, line editing was the norm and being able to display and edit multiple lines at once was unusual. Vim, a contraction of “Vi IMproved” and originally released by Bram Moolenaar in 1991, has become the dominant vi clone and continued to extend the capabilities of an already powerful editor. Vim’s powerful regex and “:” command-line syntax started in the world of line editing and teletypes.

Vim, with its 40 years of history, has had time to develop a massive and complex bag of tricks that even the most knowledgeable users don’t fully grasp. Here are a few reasons to love Vim:

  1. Colour schemes: You probably know Vim has colour syntax highlighting. Did you know you can download literally hundreds of colour schemes? Find some of the better ones here.
  2. You never need to take your hands off the keyboard or reach for the mouse.
  3. Vi or Vim is everywhere. Even OpenWRT has vi (okay, it’s BusyBox, but it works).
  4. Vimscript: You’ve probably remapped a few keys, but did you know that Vim has its own programming language? You can rewrite the behaviour of your editor, or create language-specific editor extensions. (Recently I’ve spent time customizing Vim’s behaviour with Ansible.) The best entry point to the language is Steve Losh’s brilliant Learn Vimscript the Hard Way.
  5. Vim has plugins. Use Vundle (my choice) or Pathogen to manage your plugins to improve Vim’s capabilities.
  6. Plugins to integrate git (or your VCS of choice) into Vim are available.
  7. The online community is huge and active, and if you ask your question about Vim online, it will be answered.

The irony of my original hatred of vi is that I’d been bouncing from editor to editor for five years, always looking for “something better.” I never hated any editor as much as I hated vi, and now I’ve stuck with it for 17 years because I can no longer imagine a better editor. Well, maybe a little better: Go try Neovim—it’s the future. It looks like Bram Moolenaar will be merging most of Neovim into Vim version 8, which will mean a 30% reduction in the code base, better tab completion, real async, built-in terminal, built-in mouse support, and complete compatibility.

In his LinuxCon talk in Toronto, Giles will explain some of the features you may have missed in the welter of extensions and improvements added in the past four decades. The class isn’t for beginners, so if you don’t know why “hjklia:wq” are important, this probably isn’t the talk for you. He’ll also cover a bit about the history of vi, because knowing some history helps to understand how we’ve ended up where we are now. Attend his talk to find out how to make your favourite editor better and faster.

[ad_2]

Source link

,

Leave a Reply