mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:45:38 -05:00
Updated Examples (markdown)
@@ -215,6 +215,8 @@ builtin bind '"\C-t": "\C-x1\e^\er"'
|
|||||||
|
|
||||||
Fuzzy cd for fish shell: https://gist.github.com/rumpelsepp/b1b416f52d6790de1aee
|
Fuzzy cd for fish shell: https://gist.github.com/rumpelsepp/b1b416f52d6790de1aee
|
||||||
|
|
||||||
|
autojump(macOS) + fzf for fish shell: https://gist.github.com/l4u/06502cf680b9a3817efddfb0a9a6ede8
|
||||||
|
|
||||||
### Searching file contents
|
### Searching file contents
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -960,4 +962,4 @@ zle -N _fzf_marker_main_widget
|
|||||||
zle -N _fzf_marker_placeholder_widget
|
zle -N _fzf_marker_placeholder_widget
|
||||||
bindkey "${FZF_MARKER_MAIN_KEY:-\C-@}" _fzf_marker_main_widget
|
bindkey "${FZF_MARKER_MAIN_KEY:-\C-@}" _fzf_marker_main_widget
|
||||||
bindkey "${FZF_MARKER_PLACEHOLDER_KEY:-\C-v}" _fzf_marker_placeholder_widget
|
bindkey "${FZF_MARKER_PLACEHOLDER_KEY:-\C-v}" _fzf_marker_placeholder_widget
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user