diff --git a/Examples.md b/Examples.md index c07d2dd..d7088e4 100644 --- a/Examples.md +++ b/Examples.md @@ -96,7 +96,7 @@ vf() { vg() { local file - file="$(ag --nobreak --noheading $@ | fzf -0 -1 | awk -F: '{print $1 " +" $2}')" + file="$(ag --nobreak --noheading $@ | fzf -0 -1 | awk -F: '{print $1}')" if [[ -n $file ]] then