Josh Howe
Josh Howe
https://www.washingtonpost.com/crossword-puzzles/daily/ Spent over an hour trying to figure out why my ad blocker was preventing me from playing the crossword at WaPo. Turns out it was the Anti-paywall blocklist in...
Blocking Preroll breaks games on the Washington Post website. Resolves #30
`set foldopen-=search` makes searching not open folds. This is expected behavior, which sneak follows. However, if you look in the vim docs, with `search` off, searching will consider the fold...
Any chance of supporting [this thing](http://www.amazon.com/Noppoo-wireless-keyboard-Mechanical-Dual-mode/dp/B00GTG2XGS)? Wireless is no problem, but wired with nkro doesn't work. Running `rake scan` gets me: ``` Checking device: # ``` and no new changes...
It should be `:s/bad/good`. Having `:%s` instead of `:s` means the substitution is applied to all lines in the file instead of just the current line.