mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Examples (markdown)
@@ -27,7 +27,7 @@ fo() {
|
||||
```
|
||||
|
||||
```sh
|
||||
# vf - fuzzy open with vim
|
||||
# vf - fuzzy open with vim from anywhere
|
||||
# ex: vf word1 word2 ... (even part of a file name)
|
||||
# zsh autoload function
|
||||
local files
|
||||
@@ -62,7 +62,7 @@ fda() {
|
||||
```
|
||||
|
||||
```sh
|
||||
# cf - fuzzy cd
|
||||
# cf - fuzzy cd from anywhere
|
||||
# ex: cf word1 word2 ... (even part of a file name)
|
||||
# zsh autoload function
|
||||
local file
|
||||
|
||||
Reference in New Issue
Block a user