!!! note This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process here

Here's my thought on 💭 nvim: vim.o.cmdheight=0


I fixed my missing macro recording indicator that I lost and was never quite sure why. (because I forgot that I set cmdheight=0).


vim.cmd [[ autocmd RecordingEnter * set cmdheight=1 ]]
vim.cmd [[ autocmd RecordingLeave * set cmdheight=0 ]]

This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts