From c7ef695aabb087f2ca3ee0ff6f470214b72cd355 Mon Sep 17 00:00:00 2001 From: Matthew Bennett Date: Sun, 18 Oct 2020 20:02:17 +0200 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Examples.md b/Examples.md index b2cc8f9..7a6072b 100644 --- a/Examples.md +++ b/Examples.md @@ -119,7 +119,7 @@ fo() { fi } ``` - +Suggested by [Matt-A-Bennett](https://github.com/Matt-A-Bennett): ```sh # Run command/application and choose paths/files with fzf. # Always return control of the terminal to user (e.g. when opening GUIs). @@ -193,7 +193,6 @@ f() { rm ~/.fzf_tmp } ``` -Suggested by [Matt-A-Bennett](https://github.com/Matt-A-Bennett) ```sh # vf - fuzzy open with vim from anywhere