Skip to content
Snippets Groups Projects
Commit 05284353 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Update README

parent fe22213b
No related branches found
No related tags found
No related merge requests found
......@@ -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
----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment