You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm fully in love with fzf, and I think [zsh's completion system](http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Completion-System) is so complicated (I admit it is very powerful), so I developed this system.
12
12
13
-
## :bulb:Dependency
13
+
## Dependency
14
14
15
15
-[fzf](https://github.com/junegunn/fzf) (You can of course use other fuzzy finder such as [peco](https://github.com/peco/peco) and [fzy](https://github.com/jhawthorn/fzy) instead of fzf.)
You can also add the line into your ~/.zshrc if you want.
36
36
37
-
## :black_nib:Basic Usage
37
+
## Basic Usage
38
38
39
39
Pmy can be invoked by <kbd>Ctrl</kbd> + <kbd>Space</kbd>.
40
40
If the current left buffer (the part of the buffer that lies to the left of the cursor position) and the right buffer (the right part) match pre-defined rule (described below), fuzzy-finder launches against outputs of the corresponding command.
41
41
42
-
## :gear:Basic Configuration
42
+
## Basic Configuration
43
43
44
44
### pmy's rule
45
45
@@ -150,7 +150,7 @@ If you want to change these values, you should export them in .zshrc before you
0 commit comments