Kurtis Rader
Kurtis Rader
Note that [right-arrow] behaves the same way in vi "normal" (i.e., default mode). This is perplexing. Both the emacs and vi bindings have `bind \e\[C forward-char`. Which means that in...
@dead10ck: Your problem is being tracked in #3068. The suggested hybrid_bindings approach can't work at the moment due to the `fish_vi_key_bindings` doing `set fish_key_bindings fish_vi_key_bindings`. Let's continue the hybrid binding...
@nhooyr: Please update this issue with your custom completion script that is not working as you desire. I cannot tell from your asciinema recording what `complete` commands were in effect...
Hmmm, okay, you're adding an explicit completion that includes arguments that begin with a period: ``` complete -c bd -f -a '.config foo 99j .foo .bar bar' ``` And those...
> It is May 24, 2017 now, it seems this feature is still not implemented yet. Patches are welcomed and will be reviewed in a timely manner. Alternatively, I'm starting...
FWIW, I had the same reaction as @mqudsi when I first read this issue. I was simply too scared to make a similar comment since I was a new core...
@shaicoleman FWIW, I too don't like the default `--quit-if-one-screen` behavior for the reasons you cited. As @ymattw suggests I get my preferred behavior by having a comprehensive `LESS` env var:...
FWIW, I just forked this project and made the obvious change (diff below) and it does exactly what I want. How best to make that optional behavior is TBD. The...
Question: Should not showing lines from deleted files be optional behavior rather than the default? I wonder how often people doing a side-by-side diff really want to see all the...
I suppose I can live with passing `-D` as part of the CLI flags; specifically `CDIFF_OPTIONS=-s -w0 --wrap -D`. That's fine for the moment since I'm currently using cdiff only...