mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-03 04:28:36 +00:00
Update README
This commit is contained in:
parent
fe22213b51
commit
0528435386
16
README.md
16
README.md
@ -24,6 +24,15 @@ git clone https://github.com/junegunn/fzf.git ~/.fzf
|
||||
~/.fzf/install
|
||||
```
|
||||
|
||||
In case you don't have git installed:
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.fzf
|
||||
curl -L https://github.com/junegunn/fzf/archive/HEAD.tar.gz |
|
||||
tar xz --strip-components 1 -C ~/.fzf
|
||||
~/.fzf/install
|
||||
```
|
||||
|
||||
The script will setup:
|
||||
|
||||
- `fzf` executable
|
||||
@ -31,7 +40,8 @@ The script will setup:
|
||||
- Fuzzy auto-completion for bash
|
||||
|
||||
If you don't use bash or zsh, you have to manually place fzf executable in a
|
||||
directory included in `$PATH`. Key bindings are not yet supported.
|
||||
directory included in `$PATH`. Key bindings and auto-completion will not be
|
||||
available in that case.
|
||||
|
||||
### Install as Vim plugin
|
||||
|
||||
@ -395,6 +405,10 @@ nnoremap <silent> <Leader><Enter> :call fzf#run({
|
||||
\ })<CR>
|
||||
```
|
||||
|
||||
### Articles
|
||||
|
||||
- [fzf+vim+tmux](http://junegunn.kr/2014/04/fzf+vim+tmux)
|
||||
|
||||
Tips
|
||||
----
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user