Articles by Tag #vim

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

(Neo)Vim Makes You a 10x DEV, and I'm not Kidding

WOAH, that's a bold statement 🤨 Wait, I'll explain... So you've clicked on the post,...

Learn More 137 46Feb 10

On Learning Vim

A year ago (I still do), I would get so amazed and overwhelmed watching ThePrimeagen navigate the Vim...

Learn More 105 42Oct 26 '24

Atomic Note-Taking Guide

What is Atomic Note-Taking? Atomic note-taking is a method of organizing information into...

Learn More 80 12Dec 8 '24

Like Vim, but Helix

The creator of Helix calls it a "post-modern text editor." What does that even mean? Who knows. But...

Learn More 54 22Dec 11 '24

Turn Neovim into Cursor in Minutes 🚀

Why? You're on this post, so you probably already know what Cursor is and what you get...

Learn More 37 11Jul 3

How I take notes with Neovim

Firstly, I posted a video about this on my Youtube channel a few months ago, but I plan to go a lot...

Learn More 34 4Feb 4

When Life Gives You Time Off Install and Configure Neovim

Hello. So here’s what happened. I recently found out — almost accidentally — that I had summer...

Learn More 20 8Jun 4

VIM is gem!!

What is VIM? Basically, VIM will help you to code faster than you think, by using some commands. If...

Learn More 14 3Mar 15

Mason.nvim: The Ultimate Guide to Managing Your Neovim Tooling

Welcome to the comprehensive guide for mason.nvim, the portable package manager designed to...

Learn More 13 0May 12

[SOLVED] Vue 3 + TypeScript + Inlay Hint support in NeoVim

It would be an understatement to say that getting stable Vue 3 language server support in NeoVim over...

Learn More 11 9Nov 19 '24

From Neovim to VSCode

What the hell is Neovim? If you've started reading this post but don't know what Neovim...

Learn More 10 2Apr 13

Mastering VIM: A Complete Beginner's Guide to the Command-Line Editor

1. Introduction to VIM 1.1 What is VIM? Remember the last time you had to...

Learn More 9 0Jan 9

Switching Fully to Neovim

A while back, I shared my initial experiments with a minimalist Neovim environment after switching...

Learn More 9 0Feb 5

Vim on VSCode: Boost Your Productivity

If you want to speed up and enhance your programming experience on VSCode, one of the best choices is...

Learn More 7 4Jan 19

Unleash the Neovim Beast: Master Your LazyVim Setup with Real Developer Workflows (Part 3)

Table Of Contents Welcome Back, LazyVim Warriors! Your Complete Plugin Arsenal Coding...

Learn More 7 0Aug 28

Native Fuzzy Finder in Neovim With Lua and Cool Bindings

Recently, I read a particular blog post by yobibyte about a no-plugins approach to Neovim...

Learn More 6 2Aug 26

Using Vim Navigation (h, j, k, l) as Arrow Keys on Mac with Karabiner-Elements

It’s been six months since I switched to neovim from vscode, and a year since I started using Vim...

Learn More 6 1Dec 27 '24

Why Every Developer Should Learn Vim 💻🫵

No matter if you are a sysadmin or a software developer, if you work in the Linux terminal, you would...

Learn More 5 0Jan 22

Linux 101: Part 5 - Mastering VI Editor: A Beginner's Guide to Text Editing, Navigation, and Essential Commands

Introduction to VI Editor The VI Editor is one of the most powerful and widely used text...

Learn More 5 0Feb 15

My NeoVim Experience: Productivity vs Curiosity

I've used a ton of IDEs and text editors to. Tried and tested everything to find which one can use...

Learn More 5 6Jan 24

How to Setup Vim for Kotlin Development

The sad truth is that JVM languages are awkward to use with Vim. This is compounded for Kotlin. The...

Learn More 5 3Dec 27 '24

Neovim Tips to Accelerate Your Text Navigation

Neovim has endless shortcuts and features. Even with a grasp on the basics, it can be difficult to...

Learn More 4 0Feb 16

From Confused to Confident: How Vim Made Me Better in Cloud & DevOps

Let’s be honest, Vim can look scary at first. That black screen with no buttons? No thank you! Or...

Learn More 4 0Apr 14

5 Awesome Vim Tricks to Spice up your .vimrc

If there's one thing Vim users love more than saving a few seconds per day on keystrokes, it's...

Learn More 4 4Jan 23

So I Decided to Learn Vim… and I Kinda Get the Hype Now?

Alright, let me be honest right out the gate: I always thought Vim was just some arcane flex tool for...

Learn More 4 5Jun 18

How to write vim9script or How to Compile and Run C code from Vim

Using a simple vimscript, we can easily compile and run any C code without leaving Vim! We will use...

Learn More 3 1Oct 30 '24

You might be overusing Vim visual mode 🤯

When I started learning Vim few years ago, I read through a lot of blog posts and watched a lot of...

Learn More 3 3Mar 22

Vim: Minimalist Environment

Hey Devs! 👋 I wanted to share my ongoing journey into using vim, a transition inspired by...

Learn More 3 1Nov 15 '24

My Linux Learning Journey: From Clueless to Confident

🐧 From Windows to Linux: My 20-Day Terminal Transformation 📅 Week 1: Terminal...

Learn More 3 0Jul 13

Vim Regex: Capitalize First Letters

Capitalize the First Letter of Every Word Using Vim Regex To capitalize the first...

Learn More 2 0Dec 2 '24