
2025-06-27 07:58:24
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, <
I've been using the #HelixEditor as my daily driver for the better part of a year now and I couldn't be more happy with it. I've managed to get a near-IDE setup and experience thanks to zellij and some awesome TUI tools.
This article aligns well with my experience, I recommend reading it if you're "modal editor curious" or dissatisfied with your (neo)vim config maintenance burden.
#helix #modaleditor #vim #neovim