Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

I thought I knew vim, but I guess :q, :w!

Uncategorized
2 2 8

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • FFF.nvim

    Uncategorized vim
    1
    0 Votes
    1 Posts
    3 Views
    FFF.nvimFinally a smart fuzzy file picker for neovim.FFF stands for freakin fast fuzzy file finder (pick 3) and it is an opinionated fuzzy file picker for neovim. Just for files, but we'll try to solve file picking completely.It comes with a dedicated rust backend runtime that keep tracks of the file index, your file access and modifications, git status, and provides a comprehensive typo-resistant fuzzy search experiencehttps://monodes.com/predaelli/2026/02/19/15091/#vim
  • 0 Votes
    1 Posts
    2 Views
    Configuring #Vim as a Writing Toolhttps://itsfoss.com/news/configuring-vim-writing/
  • 0 Votes
    1 Posts
    9 Views
    This month, the #Vim carnival was a FAIL.So, for November, I won’t host a carnival again, but instead, I’ll start a new Vim project inspired by #InktoberBoosts are welcome 🙏🏼 #terminal #opensource #FLOSS #Linux #BSD #devops #editor https://lazybea.rs/vim-adp
  • 0 Votes
    1 Posts
    11 Views
    #TIL that in #less, if you enable case-insensitive searching, it only searches insensitively if your search string is all lower case. As soon as you include a capital letter in the search string, it goes back to searching case-sensitively regardless.Weird how it's easy to miss things like that. I knew that happened in #emacs, but somehow, in 20 years I'd never noticed it in less.I presume the rationale (in both tools) is that if you went to the extra effort of typing the capital letter, you meant it. I found out that less did this by _pasting_ a search string into it, which invalidates that assumption – it would have been _more_ effort for me to deliberately downcase the string I pasted.So I guess I must have never done that before, or else, wasn't paying attention when I did!