public Vim Tips • 3 min read How to Cut, Copy and Paste in Vim Cut, copy and paste are essential functions of any text editor. Here's how to achieve that in Vim.…
public Vim Tips • 3 min read How to Go to a Specific Line in Vim To effectively use Vim, you need to master the navigation. Here are a few tips on quickly navigating inside Vim editor.…
public Quick Tip • 2 min read How to Set Timeout in cURL Downloading with curl taking too long? Set a timeout with curl command, so you don't have to wait long.…
public Quick Tip • 2 min read How to Rename a Directory in Linux Command Line Renaming a directory is the same as renaming the files. You use the mv command.…
public Commands • 5 min read Using ripgrep (rg) Command in Linux Rust based ripgrep may not be an exact replacement for the classic grep command, it provides plenty of useful search features like the grep command.…
public Vim Tips • 4 min read Color Schemes in Vim: How to Change and Use Them Dark or light or something else? The all-rounder Vim editor lets you set color schemes of your preference. Here's how achieve that.…
public Vim Tips • 2 min read Enable Syntax Highlighting in Vim Using Vim for reading or writing scripts and code? Enable syntax highlighting in Vim for a better experience.…
public Tips • 3 min read Making Nested Directories in Linux Learn to make nested directories so that if a directory in the given path doesn't exist, it is created automatically.…
public Vim Tips • 4 min read What are Vim Modes? How to Change Them? Vim has three different modes for handling user input and processing them.…
public Vim Tips • 4 min read How to Delete Multiple Lines in Vim Want to delete multiple lines or all lines or all empty lines in Vim? Here are a few tips to know about line deletion in Vim.…
public Tips • 2 min read How to Check Open Ports in Linux? Which ports are occupied by which service? How many open ports are there? Learn to scan for open ports on your Linux system or any remote system.…
public Vim Tips • 3 min read Show Hidden Special Characters in Vim Wondering if it is 2 spaces or tabs? You can show special characters in Vim and easily identify them.…