Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
WOAH, that's a bold statement 🤨 Wait, I'll explain... So you've clicked on the post,...
A year ago (I still do), I would get so amazed and overwhelmed watching ThePrimeagen navigate the Vim...
What is Atomic Note-Taking? Atomic note-taking is a method of organizing information into...
The creator of Helix calls it a "post-modern text editor." What does that even mean? Who knows. But...
Why? You're on this post, so you probably already know what Cursor is and what you get...
Firstly, I posted a video about this on my Youtube channel a few months ago, but I plan to go a lot...
Hello. So here’s what happened. I recently found out — almost accidentally — that I had summer...
What is VIM? Basically, VIM will help you to code faster than you think, by using some commands. If...
Welcome to the comprehensive guide for mason.nvim, the portable package manager designed to...
It would be an understatement to say that getting stable Vue 3 language server support in NeoVim over...
What the hell is Neovim? If you've started reading this post but don't know what Neovim...
1. Introduction to VIM 1.1 What is VIM? Remember the last time you had to...
A while back, I shared my initial experiments with a minimalist Neovim environment after switching...
If you want to speed up and enhance your programming experience on VSCode, one of the best choices is...
Table Of Contents Welcome Back, LazyVim Warriors! Your Complete Plugin Arsenal Coding...
Recently, I read a particular blog post by yobibyte about a no-plugins approach to Neovim...
It’s been six months since I switched to neovim from vscode, and a year since I started using Vim...
No matter if you are a sysadmin or a software developer, if you work in the Linux terminal, you would...
Introduction to VI Editor The VI Editor is one of the most powerful and widely used text...
I've used a ton of IDEs and text editors to. Tried and tested everything to find which one can use...
The sad truth is that JVM languages are awkward to use with Vim. This is compounded for Kotlin. The...
Neovim has endless shortcuts and features. Even with a grasp on the basics, it can be difficult to...
Let’s be honest, Vim can look scary at first. That black screen with no buttons? No thank you! Or...
If there's one thing Vim users love more than saving a few seconds per day on keystrokes, it's...
Alright, let me be honest right out the gate: I always thought Vim was just some arcane flex tool for...
Using a simple vimscript, we can easily compile and run any C code without leaving Vim! We will use...
When I started learning Vim few years ago, I read through a lot of blog posts and watched a lot of...
Hey Devs! 👋 I wanted to share my ongoing journey into using vim, a transition inspired by...
🐧 From Windows to Linux: My 20-Day Terminal Transformation 📅 Week 1: Terminal...
Capitalize the First Letter of Every Word Using Vim Regex To capitalize the first...