Posts tagged “vim

36 articles · all posts

November 19, 2022

Vim Global Command

How the Vim global command runs any Ex command on every line matching a pattern, and what that unlocks.

March 26, 2022

A Faster Vim Workflow With Buffers and Args

How to build a faster Vim editing workflow around buffers and the argument list instead of tabs and windows.

January 29, 2022

Learning Vim Regex

A practical tour of Vim regex, covering the subset you will actually use and why the knowledge carries over to sed, awk and grep.

January 4, 2022

Vimgrep Tips and Tricks

Searching across files with Vim's built-in vimgrep, how it differs from grep, and when it beats a plugin.

November 22, 2021

The Easy Way to Copy Text in Tmux

How to copy text in tmux with the keyboard using copy mode, instead of fighting it with a mouse.

November 10, 2021

Tmux Tutorial for Beginners

What a terminal multiplexer does, and how to start working with tmux sessions, windows and panes.

September 16, 2021

What Is Inside My Vimrc

How to split a growing vimrc into multiple files with source, and what belongs in each one.

August 7, 2021

Debugging in Vim with Vimspector

Setting up Vimspector to debug Node files, client-side apps in Chrome, Jest tests and Express servers without leaving Vim.

June 3, 2021

Executing a Command in Multiple Files in Vim

Eight ways to run one command across many files in Vim, from argdo and bufdo to windo and tabdo.

June 30, 2020

How to search faster in Vim with FZF.vim

How to configure Vim to do search faster

June 9, 2020

Why I use Vim

>-

May 14, 2020

The Only Vim Insert-Mode Cheatsheet You Ever Needed

Vim insert mode cheatsheet

May 9, 2020

Learn how to use vim undo to time travel

Learn how to use vim undo to boost productivity and travel across time

May 5, 2020

Working with vim and git

How to work with git inside vim

April 28, 2020

How to use tags in Vim to jump to definitions quickly

How to use tags in Vim

April 23, 2020

How to search and open files in Vim without plugins

How to open and search for files in Vim without plugins

April 20, 2020

Using buffers, windows, and tabs efficiently in Vim

how to use buffers, windows, tabs efficiently in Vim

April 14, 2020

How to use Vim Packages

How to use Vim 8 packages feature

March 26, 2020

Basic Vim Mapping

How to create vim mapping

March 21, 2020

Discovering Vim Global Command

Learn how to use global command to save you time

March 18, 2020

How to Learn Vim in 2020

How to learn Vim right now

March 12, 2020

Introduction to Vim modes

How to use vim normal, insert, and visual mode effectively

March 10, 2020

Introduction to Ed Editor

Introduction to Ed line editor

March 6, 2020

Mastering Vim grammar

Master Vim language's grammar

December 28, 2019

Automate typing with Vim macros

Level up your vim superpower with macros

December 21, 2019

Type less and save time with Vim's global command!

Procrastinators everywhere shall rejoice!

December 7, 2019

Execute command line commands from inside vim

Power! Unlimited Power!!

October 25, 2019

Best Way to Navigate Files in Vim

Once you get good at vim navigation, your life will change

October 17, 2019

Moving around in Vim

I like to move it, move it, I like to move it, move it

October 11, 2019

Scratch notes in vim

>-

September 25, 2019

Quick vim tips to generate and increment numbers

Too lazy to type each one of them numbers

September 21, 2019

How To Search And Replace String Across Multiple Files in Vim

AKA how to impress your coworkers with this vim sorcery

August 28, 2019

Quick tips for searching in vim

Search even faster in vim with these tips

August 21, 2019

Use different registers in Vim for faster workflow

Vim has many registers. Cash register is not one of them

August 12, 2019

Do you know Vim can execute normal mode command while in insert mode?

When I did, it changed my vim editing life - for the better

August 10, 2019

Use Vim's dot command to do repetitive tasks faster

Dot command sets vim apart from many editors