Hi there, I’m Khue 👋

Welcome to my website, where I write about Linux, DevOps, homelab, workflow optimization, and more!

Moving Around Efficiently in Neovim

Hey friends, today I have some quick tips to help you move around faster in Neovim. If you’re already familiar with the basics of NeoVim and want to improve your speed, this article is for you. Let’s dive right in! Horizontal motions Let’s start with the easiest part. You can simply use the standard keys, nothing special: f/t to find a character or jump till a character, then use ; to repeat if needed b/B to move to the begining of a word or WORD (don’t worry if you’re unsure about the difference between a word and a WORD, we’ll cover that shortly) e/E to move to the end of a word or WORD w/W to move to the next word or WORD Now, what exactly is the difference between a word and a WORD?...

June 4, 2023 Â· 3 min

Arch Linux Installation Guide

Opinionated installation guide and basic configurations for Arch Linux

May 22, 2021 Â· 4 min

How to convert Neovim config from init.vim to init.lua

Only a few days left until Neovim 0.5 stable release, with the support of init.lua as default user config

March 12, 2021 Â· 2 min