mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:45:38 -05:00
Updated Examples (markdown)
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user