From: Lukas Krickl Date: Thu, 31 Jul 2025 04:20:10 +0000 (+0200) Subject: Added new fzf command as alias X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=59da37e8976c2dd6d857651ddba115029d9ac5d6;p=dotfiles%2F.git Added new fzf command as alias --- diff --git a/alias.zsh b/alias.zsh index 56e8062..d2733c9 100644 --- a/alias.zsh +++ b/alias.zsh @@ -29,6 +29,6 @@ alias gbr='git branch' alias ssh='TERM=xterm-256color ssh' -alias f="fzf | xargs vi" +alias f='$EDITOR $(fzf)' alias hg="history | grep" alias g="grep -rni"