
2025-09-01 15:43:26
Genuinely don't know how I lived without a split-join plugin in #vim and later #neovim.
The original: https://github.com/Andr…
It's not often that I deploy a quick change to my ~/.vimrc
and it so thoroughly improves my life, but setting <Shift> <Tab>
to correct the most recent misspelled word has done exactly that, right up there with when I learned about <Ctrl> p
and <Ctrl> n
in insert mode. #vim
" Correct the closest misspelled wor…
Tired of copying `src/file/name.ext:42:5` from a compiler's output, carefully stripping the `:42:5` line and column number, opening the file in your favorite #VIm variant and then pressing `42G` (provided you remembered the line number)?
Vm Script 2184 "file:line" has you covered, <