m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Updated Examples (markdown)

Dimitar Dimitrov
2015-11-20 17:04:54 +00:00
parent c5cf05c635
commit 0f7fb5d0c7

@@ -27,7 +27,7 @@ fo() {
``` ```
```sh ```sh
# vf - fuzzy open with vim # vf - fuzzy open with vim from anywhere
# ex: vf word1 word2 ... (even part of a file name) # ex: vf word1 word2 ... (even part of a file name)
# zsh autoload function # zsh autoload function
local files local files
@@ -62,7 +62,7 @@ fda() {
``` ```
```sh ```sh
# cf - fuzzy cd # cf - fuzzy cd from anywhere
# ex: cf word1 word2 ... (even part of a file name) # ex: cf word1 word2 ... (even part of a file name)
# zsh autoload function # zsh autoload function
local file local file