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