Ilya Grigoriev
Ilya Grigoriev
At the default verbosity level, `--simulate` is quite useless, which confused me (see https://github.com/aspiers/stow/issues/81). I think that either `--simulate` should imply `-v`, or the warning `--simulate` prints should be modified...
I'm running Julia 1.5 and Gadfly v1.3.0. I'm not *completely* sure this is a bug, but I think the bar chart the should be distinct bars at x=1 and x=2...
### Feature I would like to be able to see the whitespace, especially line endings, but only inside the current selection. ### Usecase My main use for `show-whitespace` is to...
- The key table in the visual mode subsubsection of the `Multiple selections` subsection of the [Vim commands](https://manpages.ubuntu.com/manpages/kinetic/man1/vis.1.html#vi(m)%20key%20bindings) section is messed up. For example, `` should correspond to making the...
This seems like a bug since `dance.select.lineStart.skipBlank.jump` and `dance.select.lineStart.skipBlank.extend` do exist.
## Reviewing note This PR consists of two commits: one that does all the work with a small diff, and another one that is a no-op and tries to make...
This outputs the result of [`listBinds`] to a temporary file and then pass it to `$PAGER`. A bit of care is taken to remove the temporary file and refresh lf...
I would like there to be a `:keys` command that lists all the current keybindings. At a glance, it looks like this wouldn't be too hard for me to do...
### Description of the bug 1. Be on a public commit (main branch) that's synced with the remote tracking branch (origin/main).. 2. Do `git reword --force-rewrite -m Something`. ### Expected...