m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Updated Examples (markdown)

Philipp Hack
2017-08-10 19:38:21 +02:00
parent 3f9b81de2e
commit 02bc29d973

@@ -433,6 +433,11 @@ fstash() {
done done
} }
``` ```
Create a gitignore file from [gitignore.io](http://gitignore.io):
https://gist.github.com/phha/cb4f4bb07519dc494609792fb918e167
### Tags ### Tags
```sh ```sh
@@ -800,4 +805,3 @@ 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
``` ```