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

Feature-rich syntax highlighting for ZSH

Results 37 fast-syntax-highlighting issues
Sort by recently updated
recently updated
newest added

### Describe the bug If I type `ssh` as the first word on the zsh command line, followed by a space, then any further letters that I type are repeated....

bug

When I use the `man` command and hit space there is a 3-5 second pause before any input is registered, it happens irrespective of terminal emulator used. Man seems to...

### Describe the bug I've begun a discussion of the issue at agkozak/agkozak-zsh-prompt#39, the prompt with which I see this issue. More details are there, but notably @agkozak wrote: >...

bug

### Describe the bug In certain scenarios, command substitution with `$()` is mangled when f-s-h is active. The opening bracket is duplicated, and attempting to delete the additional bracket or...

bug

### Documentation Link https://github.com/zdharma-continuum/fast-syntax-highlighting/blob/master/README.md#variables ### Problem Unclear which image corresponds to which syntax highlighting plugin. Originally reported in #17 ### Suggested improvement _No response_

documentation
good first issue

### Describe the bug The argument passed to man is always highlighted as red, indicating something is wrong when the command is perfectly valid ### Steps to reproduce Install and...

bug

### Describe the bug The port in ssh forwarding options (`-LRD`) can't be highlighted correctly ### Steps to reproduce `ssh -L 1234:0.0.0.0:1234` `ssh -L 1234:domain:1234` `ssh -L domain/ip:1234:domain:1234` ### Expected...

bug

I have some global aliases. All of them start with a `:`. Particularly, one of them is named `:bg!`. ```zsh alias -g :bg!='&>/dev/null &!' ``` I also wrote a completion...

After I paste some text onto Zsh, it highlights the pasted part with background color, which is a nice feature that z-sy-h also does. However, with z-sy-h the background would...

`zdharma.ini` theme has `reserved-word` defined twice, missing `subcommand`. https://github.com/zdharma-continuum/fast-syntax-highlighting/blob/master/themes/zdharma.ini