Add eff to open the result of the fuzzy find directly in your editor
This commit is contained in:
@@ -7,6 +7,7 @@ if command -v eza &> /dev/null; then
|
||||
fi
|
||||
|
||||
alias ff="fzf --preview 'bat --style=numbers --color=always {}'"
|
||||
alias eff='$EDITOR $(ff)'
|
||||
|
||||
if command -v zoxide &> /dev/null; then
|
||||
alias cd="zd"
|
||||
|
||||
Reference in New Issue
Block a user