atweiden / fzf-extras

Key bindings from fzf wiki
MIT License
192 stars 23 forks source link

Add zd, fzf-gitlog, fzf-gitlog-multi, e #11

Closed u1and0 closed 6 years ago

u1and0 commented 6 years ago
atweiden commented 6 years ago

@u1and0: could you alias fd to solve the naming conflict?

alias fd='/usr/bin/fd'
u1and0 commented 6 years ago

I'm sorry for reply. alias fd is nice idea.

atweiden commented 6 years ago

Just be sure to alias fd after you source fzf-extras. In your ~/.bashrc:

source "$HOME/.fzf-extras/fzf-extras.sh"
alias fd='/usr/bin/fd'

If the state of pr-11-feedback looks acceptable to you, I'll squash the commits and merge.

atweiden commented 6 years ago

If you'd like to add your zplug instructions, you can add them to the wiki.

atweiden commented 6 years ago

merged