kuda.ai

Thoughts on programming and music theory.

dark mode

vim tab settings

Created on July 3, 2026

vim

Set expandtab to use spaces, noexpandtab to use tabs, plus 3 more relevant settings.

:set expandtab
:set tabstop=4
:set shiftwidth=4
:set softtabstop=4