Jeff Sutherland
Jeff Sutherland
It seems like it'd be useful to have one map to toggle `+highlight`. I find myself only wanting it when viewing particularly hairy areas - otherwise it's too noisy for...
Rather than showing every single buffer in the tabline, how about an option to only show what's currently visible (i.e., only the windows opened in the current tab)? I typically...
I noticed the line about time management: https://github.com/naggie/dotfiles/blob/master/README.md?plain=1#L19, but I'm not sure what it's referencing. I'm curious if you use something like timewarrior or do you find it unnecessary?
Subject is dead code in the context of using Observable.
When I use `*`, I prefer not to automatically jump. Here is a [reddit thread](https://www.reddit.com/r/vim/comments/4ifnbo/weekly_vim_tips_and_tricks_thread_9/d2xrxt3/) expressing support/use cases of this idea. I have similar uses to what a user mentioned:...
I started working on this exercise and noticed something fishy about the first test case: https://github.com/exercism/ruby/blob/66c5ebe6e30e740785de75fc5440588803a62a19/exercises/palindrome-products/palindrome_products_test.rb#L10 I haven't completed the exercise yet (so I don't have a worked out understanding...
In effort to resolve TODO comments, I'm in the process of promoting them to issues. https://github.com/exercism/cli/blob/a86f82974270d2da2090a02437560897a216abc3/cmd/download.go#L198-L199 It seems like https://github.com/exercism/cli/issues/457 is related. Is this still pending further info?
When the CSS file contains [named grid lines](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Layout_using_Named_Grid_Lines), the following stack trace occurs: ```log /Users/j/.config/nvim/plugged/bracey.vim/server/cssfile.js:15 var rules = this.parsed.stylesheet.rules; ^ TypeError: Cannot read property 'stylesheet' of undefined at CssFile.selectorFromPosition (/Users/j/.config/nvim/plugged/bracey.vim/server/cssfile.js:15:26)...
It'd be nice if https://github.com/AndrewRadev/sideways.vim/pull/41 worked for option hashes in eruby: ```erb ``` I tried implementing this myself: ```viml let b:sideways_definitions = [ \ { \ 'start': '', \ 'delimiter':...
As a tmux user, my workflow for using unstack is usually: 1. run a failing build or test (using vim-test) 2. copy (either tmux copy mode or piping 1. to...