Tootfinder

Opt-in global Mastodon full text search. Join the index!

@nobodyinperson@fosstodon.org
2025-06-27 07:58:24

Who else wants :vim: #vim line editing in `nix repl`?
#nix

screaming broomstick guy meme

WHO ELSE WANTS VI MODE IN NIX REPL?!?
@dwf@social.linux.pizza
2025-07-26 11:21:52

Genuinely don't know how I lived without a split-join plugin in #vim and later #neovim.
The original: github.com/Andr…

@adamhotep@infosec.exchange
2025-07-25 18:34:57

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…
Screenshot of vim config with two comments and then a conditional stanza, as present in the post text, but with proper syntax coloring here.
@kubikpixel@chaos.social
2025-07-04 05:55:42

Vieb - Vim bindings for the web by design
Vieb is the Vim Inspired Electron Browser
✏️ #vim #web

@Stomata@social.linux.pizza
2025-07-12 07:28:58

A new version of vim is now available. Go update :)
What's new:
- Vim now has the power of lemon.
- It can clean dishes for you .
- you will no longer get stucked in vim.
- Bug fixes.
#vim #linux

Vim dishwasher bar with power of lemons.
300 gram
@chrysn@chaos.social
2025-07-02 11:12:00

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, <

@vyskocilm@witter.cz
2025-06-20 12:32:38

TIL You can ripgrep (or grep) the buffer inside #vim #neovim and have the result back in the buffer.
:%!rg PATTERN %

@nobodyinperson@fosstodon.org
2025-06-10 14:05:52

I just love :vim: #vim for its macros 🤩
(vim macro in the #AltText)
#TexLaTeX

vim screencast. a latex file is open, cursor on a \section{Conclusion} line. The F8 key is pressed (as shown by an overlay), and above the \section line a fancy figlet with reading "Conclusion" in big ASCII art letters appears. Another time F8 is pressed, the next happens for the next section.

You can add this to your vimrc (and install figlet):

nnoremap <F8> k/\\.*section.*{<CR>f{vi{yO<ESC>pV!figlet -w120<CR>maVnk:normal gI% <CR>
@beeb@hachyderm.io
2025-06-28 15:24:18

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