zsh-syntax-highlighting icon indicating copy to clipboard operation
zsh-syntax-highlighting copied to clipboard

Fish shell like syntax highlighting for Zsh.

Results 145 zsh-syntax-highlighting issues
Sort by recently updated
recently updated
newest added

Fixed file location on Gentoo and Arch Linux, updated repository name for Arch.

zsh-syntax-highlighting: unhandled ZLE widget 'insert-unambiguous-or-complete' zsh-syntax-highlighting: (This is sometimes caused by doing `bindkey insert-unambiguous-or-complete` without creating the 'insert-unambiguous-or-complete' widget with `zle -N` or `zle -C`.) zsh-syntax-highlighting: unhandled ZLE widget 'menu-search'...

Hello, The way you install the plugin on a plain .zshrc is quite simple, these are just some changes to debloat the .zshrc The first change is to replace ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh...

`W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-syntax-highlighting/xUbuntu_22.04 InRelease: The following signatures were invalid:...

This project is dead. https://fig.io/blog/post/fig-is-sunsetting Effectively it's a revert of https://github.com/zsh-users/zsh-syntax-highlighting/commit/b2c910a85ed84cb7e5108e7cb3406a2e825a858f.

Hello, I would like sudo to be same style as other commands. I have noticed that it belongs to the precommands category. But where can I find what is the...

When zsh-autosuggestion is used, this syntax highlighting overwrites its colors making sometimes impossible to see if the suggestion is accepted or not. See the screencast. On the last line, it...

The copyright information in the [COPYING.md](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/COPYING.md) file still lists the years as 2010-2020. Time to bump these years again.

`highlighters/main/main-highlighter.zsh`: ``` ${ZSH_HIGHLIGHT_STYLES[comment]:=fg=black,bold ``` Comments are black on black by default what is unreadable! Had to fix it with `ZSH_HIGHLIGHT_STYLES[comment]='fg=magenta,dimmed'`

~I suspect these changes are incorrect or incomplete. Is the second value a list of single letter flags arguments? Should it be `Cgprtu:AEHPSbilns:eKkVv`?~ [`run0`](https://www.freedesktop.org/software/systemd/man/devel/run0.html) is a systemd 256 alternative to...