From bfe36684af6b3df7cb72e3bd1d448f29ebc10842 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 20 Apr 2020 14:20:19 +0300 Subject: [PATCH] Add key-bindings for fzf-ripgrep example --- Examples.md | 2 ++ 1 file changed, 2 insertions(+) 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 )