diff --git a/Examples.md b/Examples.md index ab14224..1882f2a 100644 --- a/Examples.md +++ b/Examples.md @@ -242,24 +242,7 @@ browsing ```sh # fsfzf - browse file system # https://github.com/D630/gist-bin-pub/tree/master/fsfzf -# Requiered: `find`, `sort` -# Optional: `file`, `w3m`, `elinks` - -# In an interactive shell without alias or configured sourcing in -# your bash configs: - -$ source fsfzf.sh -$ source fsfzf.sh ~/ # tilde expansions -$ source fsfzf.sh . -$ source fsfzf.sh bin/ # programmable completion for pathnames - -# As script: - -$ fsfzf.sh # no arguments -$ fsfzf.sh -$ fsfzf.sh ~/ # tilde expansions -$ fsfzf.sh . -$ fsfzf.sh bin/ # programmable completion for pathnames +% . fsfzf.sh ``` Vim scripts @@ -407,4 +390,4 @@ ALT-L key will split the current window and start fzf for the entire list of fil ``` # fzf-locate bind-key -n 'M-l' run "tmux split-window -p 40 'tmux send-keys -t #{pane_id} \"$(locate / | fzf -m | paste -sd\\ -)\"'" -``` +``` \ No newline at end of file