🧠Second Brain
Search
vim
Vim is a text-based editor that is running in the terminal.
Unlike other editors, Vim’s power is its Vim Language (and Motions). Although this can be added as an extension in other editors, vim has much more to offer.
Most people miss “Vim Is More than Just an Editor.” The Vim Language, its motions, and its modes will make you a better programmer and writer. If you invested in the vim language early on, you can use it on each editor, browser, and other apps. This has nothing to do with the editor yet – these are universal and available. For example, there’s VSVim for VSCode, IdeaVim for the JetBrains products, Vintage Mode for Sublime, and so on. But there are also Browser extensions like Vimium or Firenvim, and Gmail even adopted some of Vim’s shortcuts for navigation (j, k for moving, g for jumping).
Everyone who types on a computer eight hours a day should learn the Vim language. Yes it’s hard initially, but that’s the case with everything new and different. But getting better every day and having more fun coding or writing should be motivation enough. Also, imagine, if you work over a decade, how many times you had to learn a new editor (notepad++, atom, eclipse, …) some of which do not exist anymore. If you once learned the vim language, you are getting stronger. There is a reason the editor has existed since the eclipse of programming.
The Vim grammar is exceptional, as spoken language has verbs, subjects, and objects, as does the Vim language. The grammar has different verbs, to begin with. Copying (or yanking) in Vim with y, deleting with d, pasting with p, changing with c, and so on.
You can also see in the comments here people fight over Vim and VSCode, where the natural beauty is the language behind Vim. If you do not want to configure and customize your own, use VSCode and add the Vim extension. But if you’re going to get better at your job, you should try the Vim language.
Once mastered, you edit text at the speed of thought. Sounds cheeky, but it’s true for me. Instead of thinking, “I want to edit that word,” my fingers jump to it and change it with a few keystrokes.
I wrote more on Why Vim Is More than Just an Editor – Vim Language, Motions, and Modes Explained, in case you are interested.
Origin:
References: Neovim
Created 2023-02-21