Seong Yong-ju
Seong Yong-ju
### Describe your request Currently `:lang web` and `:lang javascript` have Emmet support with emmet-mode. But emmet-mode has no fuzzy matching which is a very important feature cause to help...
Added insertions of paths of files under Git. The source `list-file` shows `git ls-files` if the working directory is under Git.
Implemented undo action for Git. Added a source `git-reflog`, and a widget `git-undo`. 
## Description ```zsh alias some-f "some-command -f" alias some-foobar "some-command --foobar" some-command --bar -f # -> suggest some-f some-command -f --foobar # -> suggest some-foobar some-command -- -f # ->...
## Description ```zsh alias p="pipe" # -> suggests p some command | pipe ```
Reproduce steps: ```sh alias yst='yarn start' yarn start:ja ``` Expected behavior: ``` (nothing output) ``` Actual behavior: ``` 💡 yst:ja ```
e.g. ```sh alias run-help=man man awk ``` Expected behavior: ``` (nothing output) ``` Actual behavior: ``` 💡 run-help awk ```