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
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
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...31 likes·92 readsprimeagen
Soulisozzy98.hashnode.dev·Sep 9, 202410 Reasons Why Every Developer Should Learn VimLearning Vim might seem intimidating at first, but it’s a game-changer for developers seeking to enhance their coding efficiency. Many developers start with modern IDEs, enjoying their user-friendly interfaces and extensive features. However, after d...vim
Sahil Naiksahilnaik.hashnode.dev·Sep 1, 2024Vim: A Superpower!Why Vim editor? In my opinion, Vim is a powerful yet underrated text editor that can be used to write and edit the code quickly. It offers you speed and efficiency, allowing you to navigate and edit text without leaving the keyboard. Problems that I...39 readsvim
Digambar Babali Kothawaledigambark.hashnode.dev·Aug 19, 2024How to Install VirtualBox, Linux Mint, Vim, and Notepad++Introduction Are you curious about Linux but don’t want to give up your current operating system? With VirtualBox, you can easily run Linux on your computer without any risk. In this guide, I’ll show you how to install VirtualBox, set up Linux Mint, ...Devops
Shanu Rawshanu001x.hashnode.dev·Aug 2, 2024Tools That Make You More Productive as a Software DeveloperToday in this blog, we're going to answer you what makes a senior developer truly senior. Have you ever wondered what sets apart the most productive software developers from the folks? Is it their coding skills, their experience, or something else en...senior-software-engineer
Neha Bhardwajnehabhardwaj.hashnode.dev·Jul 8, 2024Day 3: Advanced LinuxVim File Editor It is the widely used file editor of Linux OS that helps you to insert text in a file and save it for later use. It is the improved version of Vi editor. $vim file: open a file named 'file' in vim editor Once the vim editor will open,...38 readsDevops
krishna prasad kondrakrishnakondra.hashnode.dev·May 19, 2024Exploring Key Features of VimMastering Vim functionality can significantly boost your productivity, especially in command-line environments. Here's a breakdown of key Vim concepts: Modes: Vim operates in three primary modes: Insert Mode (i): This mode allows you to type text int...vim linux