mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-09 07:29:11 +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
|
~/.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:
|
The script will setup:
|
||||||
|
|
||||||
- `fzf` executable
|
- `fzf` executable
|
||||||
@ -31,7 +40,8 @@ The script will setup:
|
|||||||
- Fuzzy auto-completion for bash
|
- Fuzzy auto-completion for bash
|
||||||
|
|
||||||
If you don't use bash or zsh, you have to manually place fzf executable in a
|
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
|
### Install as Vim plugin
|
||||||
|
|
||||||
@ -395,6 +405,10 @@ nnoremap <silent> <Leader><Enter> :call fzf#run({
|
|||||||
\ })<CR>
|
\ })<CR>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Articles
|
||||||
|
|
||||||
|
- [fzf+vim+tmux](http://junegunn.kr/2014/04/fzf+vim+tmux)
|
||||||
|
|
||||||
Tips
|
Tips
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user