Sebastian Gniazdowski
Sebastian Gniazdowski
Could someone add the in-terminal hyperlinks support via the Perl extension interface?
Hi, I would like to have the first completion always selected – immediately after appearing. As far as I understood, this should be achieved via: ```vim set completeopt-=noselect " BTW,...
Hi, I'm using the following snippet in order to make the "completion extended with the words that follows the previous expansion in other contexts", as per README: ```vim imap mucomplete#extend_fwd("\")...
### Describe the bug I need three widgets in the CLEAR_WIDGETS set. I thought that I'll add them in a simple snippet: ```zsh if (( ${+ZSH_AUTOSUGGEST_CLEAR_WIDGETS} )); then ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=( ziactioncomplete...
Hello! I was browsing the awesome list recently and had bad impression of old not-updated plugins that clutter it. This is a problem. I thought: a Perl script could (a)...
Description ----------- I recall that I've once saw that Antigen has been using `eval "$(
Hello! Would you support Zsh-plugins standardization effort? I've written a detailed presentation at zgen issues, so to not repeat, the standard is explained here: https://github.com/tarjoilija/zgen/issues/104. I saw that antigen already...
Hello! I've started an attempt to describe and encode a Zsh plugin standard. It doesn't go far away from Oh-My-Zsh, it is plainly compatible, however few things, like `*_argzero` options...
I have a question. I'm submitting a Zsh .gitignore template to the [github/gitignore](https://github.com/github/gitignore) template database. Currently the entries are: ``` *.zwc *zcompdump* ._zplugin ``` So the question is: does zplug...
A second attempt (after #1139) to add two features: - autoscroll in pager, - regex matching lines colorization in pager. In this attempt I've did what has been recommended to...