buttondown.com/hillelwayne/...
It was *years* before I could use it in a crisis with someone looking over my shoulder.
It was *years* before I could use it in a crisis with someone looking over my shoulder.
https://holdtherobot.com/blog/heredocs-can-make-your-bash-scripts-self-documenting/
#markdown #vim #documentation
https://holdtherobot.com/blog/heredocs-can-make-your-bash-scripts-self-documenting/
#markdown #vim #documentation
```
vim -q <(rg --vimgrep search)
```
Opens Vim with the results from `rg` in the quickfix list.
Kinda neat if I remember how to do it. I'll usually search around with `rg` first then hop over to vim and use a custom `:Rg` command I have to search again.
```
vim -q <(rg --vimgrep search)
```
Bonus points if it's something you can't morally make into a mass-installable plugin, like it executes untrusted code or needs a hardcoded secret or something
(Please remove hardcoded secrets before sharing)
Bonus points if it's something you can't morally make into a mass-installable plugin, like it executes untrusted code or needs a hardcoded secret or something
(Please remove hardcoded secrets before sharing)
Made with fluorescent pink and blue ✨ an edition of 10. Available in my little webshop! https://shop.wontfix.me/
#screenprint #vim
Made with fluorescent pink and blue ✨ an edition of 10. Available in my little webshop! https://shop.wontfix.me/
#screenprint #vim
`qqq` - Clear q
`qq` - Start recording
`/\%>80c
`@q` - Run macro
What's your favorite use for recursive macros?
:read !git status
and then `dd` to delete full lines `dw` to remove indents and `dG/dgg` to delete everything from line until file's beginning/end.
Put comments!
:read !git status
and then `dd` to delete full lines `dw` to remove indents and `dG/dgg` to delete everything from line until file's beginning/end.
Put comments!
full writeup over here on my blog: eieio.games/blog/bad-app...
full writeup over here on my blog: eieio.games/blog/bad-app...
:inoremap :w <C-O>:silent !say Wrong mode, doofus\!<CR><C-O>:redraw!<CR>
:inoremap :w <C-O>:silent !say Wrong mode, doofus\!<CR><C-O>:redraw!<CR>
In which I exhort you to do something you would never normally do in order to educate you never to do that thing.
normalmo.de/posts/blindl...
#Vim
In which I exhort you to do something you would never normally do in order to educate you never to do that thing.
normalmo.de/posts/blindl...
#Vim
What’s your favorite “basic” vim operation that you learnt from seeing used?
What’s your favorite “basic” vim operation that you learnt from seeing used?
Wrapped.vim: Vim in a pod - your year in Vim!
Wrapped doesn't have much data on I yet, but here's a screenshot anyway :)
#vim #wrapped #VimWrapped2024 #VimInAPod2024 #vimawesome #nvim #neovim
Wrapped.vim: Vim in a pod - your year in Vim!
Wrapped doesn't have much data on I yet, but here's a screenshot anyway :)
#vim #wrapped #VimWrapped2024 #VimInAPod2024 #vimawesome #nvim #neovim