Vinodha kumarainDevOps.dev·Mar 14Mastering Vim: Essential Keyboard Shortcuts for Productivity and EfficiencyVim is a powerful and highly customisable text editor that is widely used by programmers and system administrators. It offers a wide range of features and capabilities, and can be customised to fit the specific needs of the user. It offers a wide range of features and capabilities, such as…Vim1014 min readVim1014 min read
Saksham Jain·Feb 24Vim 10 minutes crash courseVim Crash Course It is imperative that you have a least a beginner primer in how to use vim in order to be able to do your job confidently and effectively. Here’s a 10 minute crash course. What is vim? Vim is short for “visual modified.” Vim is a bare bones but extremely powerful text editor…Vim1013 min readVim1013 min read
5MinsLearn·Jan 26Vim — A Quick Beginner’s GuideVim is one of the most popular text editors among Linux users. Linux System Administrators prefer to use it more than Linux users. In this article, let’s explore a short history of vim and as a developer how you can quickly get your hands on vim. What history says? Vim is an acronym…Vim10110 min readVim10110 min read
Louis Shen·Dec 27, 2022Essential 10 Vim interview questionsVim is a powerful text editor that is widely used by programmers and system administrators. It is known for its efficient use of keyboard shortcuts, which allow users to perform common tasks quickly and easily. Interview questions Here are some potential interview questions related to Vim that could be useful for assessing…Vim1015 min readVim1015 min read
gipix·Dec 15, 2022Member-onlyto quit vim press :wqHi! this is a simple post with a simple purpose: a hint to quit from the best and misunderstood editor you can try. I am a always-learning-newbie with vim. Often I use nvim or lunarvim or astrovim. I prefer the last one because btw I’m a lazy programmer. I spend…Vim1011 min readVim1011 min read
Theerawit Ob Akesiripong·Feb 10, 2021Getting started with Vim is not that hard than you heard.For who want to use Vim. but afraid that Vim will slow your daywork. Everyone heard… Vim is too hard but you know if you just start in the right way. It’s not that hard anymore. And you can use Vim instead of regular editor in a couple hours. We…Vim1015 min readVim1015 min read
zfeng·Dec 2, 2020A light introduction to vim and how to config it for python devThough it is not very common for python devs to use vim as their main development env, it is a very popular tool and if (a big IF if you are not super familiar with POSIX world) you can be proficient with it, it can significantly increase the efficiency of…Vim1018 min readVim1018 min read
Guptha Vivekananda·Oct 1, 2019A- Z of VIM, well literally shall never be completedLets start by :q — Vim has modes of operations Insert mode Normal mode Visual mode Each key acts as a different command in each of these modes. a i o Insert Mode — hit escape to exit the insert mode a — append (after the cursor) i — insert (before the cursor) A —…Vim 1012 min readVim 1012 min read
Ayush Sharma·May 22, 2019Vim is as easy as it is terrifying“Oh, what is this, I can’t go out of this, ummm … let’s close the terminal.” Most of us have been here, a terminal window from where you can’t go out, go back to the command line or edit a file. Vim — an editor, basically or to be precise…Vim1014 min readVim1014 min read
Cláudio RibeiroinHackerNoon.com·Apr 11, 2019My minimal .vimrc configOver the last couple of weeks, I’ve been tasked with building and configuring countless virtual machines and coding environments for a couple of different projects we have right now. It has been a great opportunity to get some sysadmin experience on my hands, but also to have an understanding of…Vim1014 min readVim1014 min read