Greg Hurrell
Greg Hurrell
> Monit may not be the best tool for this. Although it could perhaps be used for a crude check of the sync script output. Basically, log it somewhere and...
* `server` * `client` * `common` * `cli`
Manual way: ``` # Given the cache-breaker is up to 6: redis-cli --scan --pattern "masochist:[12345]:*" | xargs -L 100 redis-cli DEL ``` One of many alternatives suggested [here](http://stackoverflow.com/questions/4006324/how-to-atomically-delete-keys-matching-a-pattern-using-redis). Was able...
I should add that lately I've even been tempted to replace all of this with a static site generator, as the only part of the site that actually _has_ to...
If I recall correctly, the answer is in [my dotfiles](https://github.com/wincent/wincent/blob/0ee2d29e7cd54f76ded270939f65618133f3366c/roles/dotfiles/files/.vim/after/plugin/loupe.vim). I liked the underline thing, so I set up a custom highlight group for `LoupeHighlight` (that's the bright yellow that...
Note that I use [Pinnacle](https://github.com/wincent/pinnacle), a tiny little plug-in that I wrote, to make a copy of the `Search` highlight before overwriting it with `VisualNOS`.
Thanks for the pointer, @damnskippy! This looks relatively recent (https://github.com/vim/vim/commit/a43993897aa372159f682df37562f159994dc85c) so it's not in the version of macOS that I currently use (Monterey 12.4): ``` VIM - Vi IMproved 8.2...
I guess the indices are the `(18/45)` etc that you can see in the screenshot. What's the benefit of them? How do you use them?
@pwntester: > Once they are identified by the index is quicker for me to go to the right match Just to clarify, do you mean by hopping there with `n`...
It does seem a bit buggy. I'm currently running some build of Neovim that I made on the master branch a while back; not sure exactly what rev, but `:echo...