Eric Freese
Eric Freese
When z-sy-h is enabled after autosuggestion widgets have already been bound, partial accepting the last part of a suggestion will result in that string being duplicated. I was able to...
If zle is already active (plugin has been loaded in the background), just start the widgets and set up the automatic re-binding (if manual rebind has not been specified). See...
So that projects can have a `.ratrc` file for project-specific rat modes.
Use the `reload` keyword inside of a mode definition to specify a command that will be run for each pager in that mode. Every line output from that process to...
Will merge when/if https://github.com/Homebrew/homebrew-core/pull/19383 is merged.
Repro: - Set up key-binding to run vim - Run rat and hit key-binding to open vim - Resize terminal while vim is open - Exit vim - See error...
Base on [`consul` formula](https://github.com/Homebrew/homebrew-core/commits/master/Formula/consul.rb).
This allows you to pass in `min_width` and `max_width` options when creating a table cell to override the default calculations.