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
Bhanuka Mallawaarachchiimbmax.com·Aug 25, 2024Vim Fuzzy file search and navigation without pluginsRecently, I got curious about how Vim’s built-in commands handle file finding and navigation. Even though I was using modern fuzzy finding plugins at the time, I decided to explore Vim’s native mechanisms. To my surprise, I started enjoying the simpl...2 likes·128 readsfuzzy-file
Rakesh Venkatrvbug.hashnode.dev·Feb 17, 2024Configuring your IDE - NeovimIntroduction An Integrated Development Environment (IDE) provides a comprehensive list of features like code editor, compiler/interpreter, code completion, debugger and much more. Modern editors work out of the box. Just install, launch and you are r...228 readsneovim
Tandap Noel Bansikahbansikah.hashnode.dev·Dec 22, 2023Using Vim EditorVim is a highly configurable text editor that is used by many programmers and system administrators. It is a modal editor, which means that it has different modes for editing, navigating, and searching text. Vim is also a command-line editor, which m...vim
Rita Kairuritakairu.hashnode.dev·Nov 23, 2023Vim Cheatsheet: Essential Commands in Vim That Will Make Your Coding Experience SeamlessI'll go straight to the point. We all know how powerful Vim (Vi Improved) is. It's an efficient, versatile, and a speedy IDE that's used by several top developers. Below is a summary of common commands used in the Vim text editor. Navigation Moving ...vim
Kevin Koechkevinkoech357.hashnode.dev·Apr 4, 2023Vim: The Powerful Text-EditorVim is a highly configurable, terminal-based text editor that has been around since the early 90s, and despite its age, it remains a go-to tool for developers and sysadmins across the globe. So what makes Vim so unique? For starters, Vim has a steep ...32 readsvim linux
5 Mins Learn5minslearn.hashnode.dev·Feb 27, 2023Vim — 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. Wha...vim
Sahil Prasadsailorworks.hashnode.dev·Dec 21, 2022Complete Vim guideWhy should we learn Vim? Most of us like using VSCode, and there are some pretty awesome features as a graphical editor when compared to other editors out there. On the other hand, Vim is the most popular editor that is based within a command line. V...vimawesome
KaviiSurikaviisuri.com·Sep 11, 2022Going from a VSCode User to a Vim Wizard!Intro Technology comes and goes, and so do text editors and dev tools. But, there are a few that stand the test of time and still remain actively used for more than 30 years. Vim, is one of them. In this era of ram hogging text editors and IDEs that ...22 likes·4.9K reads4articles4weeks
Sourav Kumarblog.souravk.cloud·Jul 8, 2022VIM EditorWhat is Vim? Vim is a text editor for Unix that comes with Linux, BSD, and macOS. It is known to be fast and powerful, partly because it is a small program that can run in a terminal (although it has a graphical interface). It is mainly because it ca...33 readsLinuxText Editors