|
I started using Neovim - AstroNvim specifically is pretty good - to keep my hands on the keyboard at all times, of course, but also to scroll through Claude Code's output in a terminal using vim motions, read the code it's outputting and the oftentimes overly verbose explanations it's giving. Most of all, Neovim is helping me keep an eye on the code I develop at all times, and helping me keep writing code manually as well. It think it's especially important to be mindful about what we're doing these days because we're at risk of all becoming vibe coders as the AI assistants improve. In essence, this is how: hjkl, G, gg, $, 0, w, b, e, i, y, p, <leader>e, <leader>o, <leader>ff, <leader>fw, /, dd, dw, grr, ]b, [b, :w, :q, :wq, etc... :) |