Shah Nawaz Shuvoblog.nawaz.info·Dec 17, 2024I switched to Neovim from VSCode as my main IDESwitching from Visual Studio Code (VSCode) to Neovim as your main IDE can be a transformative experience. While both editors have their strengths and weaknesses, many developers find that Neovim offers a unique blend of speed, customizability, and ke...neovim
Aniket Moreanikets-tech-diary.hashnode.dev·Nov 28, 2024Vim : A Powerful CLI Editor for Linux UsersHi there, folks! Have you ever used Notepad on a windows machine! It is the simplest text editor out there and almost everyone has come across it. But have you ever wondered - What about Linux ? Does it have it’s own text editors ? The answer is a bi...27 readsvim
Arindam Baidyavim-editor-ops.hashnode.dev·Nov 21, 2024VIM EditorMastering Vim: The Ultimate Cheat Sheet for Beginners If you've ever felt overwhelmed by the complexity of Vim, you're not alone. This powerful text editor, though intimidating at first glance, becomes an incredible tool once you master its commands....vim
Aakash Khanalaakash018.hashnode.dev·Nov 20, 2024My Journey with Vim and Vim Motion: Why You Should Begin Yours TodayTo be clear right from the start—I’m no Vim or Vim motions expert. That said, after using them consistently for a little over two months, I’ve reached a point where they genuinely boost my workflow instead of hindering it. This article serves as a mi...13 likes·62 readsvim
Amin Khansariakhansari.hashnode.dev·Nov 15, 2024From Wrist Pain to ProductivityFor a long time, my hardware setup consisted of a standard keyboard and mouse, and I’ve also gotten used to working with Windows. This was either because it was required for my job or because of my work with DotNet development. In another hand, at ho...2 likes·73 readsLinux
Bonaventure OgetoforHojaLeaks Coding Tutorialshojaleaks.com·Oct 29, 2024Why I Switched from Vim to Zed (and How It Improved My Workflow)For years, Vim was my trusted code editor. It was fast, and efficient, and gave me full control over my workflow. However, as my projects grew more complex and my needs evolved, I found myself hitting limitations. That’s when I decided to give Zed a ...33 likes·779 readsvim
Bhanuka Mallawaarachchiimbmax.com·Oct 23, 2024Why I Switched to VSCodeSome time ago, I wrote a post about using Vim to look cool and why that’s not a good idea. Now, funny enough, here I am—having switched to VSCode after years of hopping between Vim and Emacs. This isn’t one of those "Vim sucks, I'm going back to VSCo...1 like·73 readsvim
Nguyen Engineernguyengineer.dev·Oct 16, 2024Replace string contains special character in VimA Simple Solution to a Tricky Problem If you've ever tried to replace a string containing special characters in Vim, especially across multiple files, you know it can be a real headache. The usual search and replace commands often fall short, getting...vim
Vedant Singh Chauhanwdevops.hashnode.dev·Oct 11, 2024Master Vim: A Complete Guide from Beginner to ExpertHey there! 👋 Whether you're a complete newbie wondering "What's Vim?" or a curious coder thinking about making the switch from your comfy modern IDE, this guide is for you! Let's dive into the world of Vim together. What Is Vim, Really? 🤔 Vim is a ...31 readsComputer Science
Coding Corgicoding-corgi.hashnode.dev·Oct 2, 2024VIM Cheatsheet for everyoneModes Normal mode: The default mode for most commands. Insert mode: Used for entering text. Visual mode: Used for selecting text. Basic Cursor Movements Character-based movements: h: Move left j: Move down k: Move up l: Move right Word-b...10 likesvim