Category: Vim

2024

11

Apr

neovim showing a notes split

Neovim Note-Taking: A Lua Adventure

A quick look at 7-line piece of neovim lua code that has changed my workflow quite a bit. Note-taking simplicity at its best.

Read more

2022

26

Jan

Using ctrl-z to toggle process in fg/bg

This is just a simple trick to get ctrl-z in bash to toggle a process between foreground and background.
A small but useful idea.

Read more

2018

20

Nov

Vim Tip#1: close all other buffers

What should you do when you have 50+ buffers open in Vim? This is my trick.

Read more