From 30ad45db2e5d8c7a6c7cf0741fde6f24ec8da023 Mon Sep 17 00:00:00 2001 From: D630 Date: Fri, 8 May 2015 15:10:51 +0200 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Examples.md b/Examples.md index c128ae9..4bb434f 100644 --- a/Examples.md +++ b/Examples.md @@ -313,9 +313,9 @@ https://gist.github.com/junegunn/15859538658e449b886f (for OS X) ### Browsing ```sh -# fsfzf - browse file system +# fzf-fs # https://github.com/D630/fzf-fs -% . fsfzf.sh +% [.] fzf-fs [] ``` ### Locate @@ -345,4 +345,13 @@ frb() { awk '{print $1}' | fzf-tmux -l 30 +m --reverse) && rvm use $rb } +``` + +### Wrapper + +```sh +# fzf-wrapper +# https://github.com/D630/fzf-wrapper +% . fzf-wrapper +% [] __fzf_wrapper [] ``` \ No newline at end of file