diff --git a/Examples.md b/Examples.md index 4ec70eb..ebfd8ef 100644 --- a/Examples.md +++ b/Examples.md @@ -324,6 +324,8 @@ FZF_DEFAULT_COMMAND="rg --files" fzf \ --ansi \ --phony \ --reverse \ + --bind "ctrl-a:select-all" \ + --bind "f12:execute-silent:(subl -b {})" \ --bind "change:reload:$RG_DEFAULT_COMMAND {q} || true" \ --preview "rg -i --pretty --context 2 {q} {}" | cut -d":" -f1,2 )