Aakash KhanalforPenguinaakash018.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...Discuss·12 likes·38 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...Discuss·2 likes·52 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 ...Discuss·33 likes·697 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...Discuss·1 like·60 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...Discussvim
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 ...Discuss·30 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...Discuss·10 likesvim
grant horwoodgbhorwood.hashnode.dev·Sep 30, 2024vim: five tips to become a more mediocre vim useri am a mediocre vim user. sure, i've been using vim for over twenty years, have handcrafted a custom vimrc, and even written a syntax file, but for my day-to-day usage, my skills are resoundingly and undeniably mediocre. this is a good place to be. p...Discussvim
Barmanjibarmanji.hashnode.dev·Sep 22, 2024Flying Through code blazingly FAST!Tmux + i3WM + NeoVim just changed everything for me! Let’s talk.. 1. TMUX Terminal Multiplexer, or TMUX, is an open-source terminal multiplexer for Unix-like operating systems. It allows multiple terminal sessions to be accessed simultaneously in a s...Barmanji and 1 other are discussing this2 people are discussing thisDiscuss·31 likes·88 readsprimeagen<3 10
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Sep 17, 2024☑️Day 16: Practicing Shell Scripting and User Management in Red Hat🚀🔹Table Of content : ✅Introduction ✅Writing Shell Scripts in Red Hat ✅Adding New Users in RHEL via Script ✅Editing Files Using Vim ✅Basic Linux Commands for User Management & Permissions whoami chmod ls -l passwd exit ✅User Input for Use...Discuss·14 likesDevops