This project is mirrored from https://github.com/junegunn/fzf.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Apr 23, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Apr 20, 2015
-
-
Junegunn Choi authored
-
- Apr 19, 2015
-
-
Junegunn Choi authored
1. Go binary: ../bin/fzf 2. System fzf: $(which fzf) 3. Download fzf from GitHub or create wrapper script to Ruby version (../fzf) when the binary for the platform is not available 4. If install script is not found or for some reason failed, try to use Ruby version in its expected location (../fzf) 5. If fzf is found to be a shell function, use it (type fzf)
-
- Apr 16, 2015
-
-
Junegunn Choi authored
-
- Apr 15, 2015
-
-
Junegunn Choi authored
Close #189
-
Junegunn Choi authored
Because tmux panes are not used on Neovim.
-
- Apr 14, 2015
-
-
Junegunn Choi authored
Ruby version can also accept `--expect` option although it's ignored.
-
Junegunn Choi authored
It is already handled by its caller.
-
- Apr 12, 2015
-
-
Bryan Head authored
-
- Apr 11, 2015
-
-
Junegunn Choi authored
It is possible that the user has an autocmd that changes the current directory.
-
Junegunn Choi authored
-
Junegunn Choi authored
Suggested by @noahfrederick
-
Marco Hinz authored
Prior to this change, you'd get a longer error message if you did: :FZF <esc> :FZF The main problem being that `:file [FZF]` can be used only once.
-
- Apr 10, 2015
-
-
Junegunn Choi authored
Use terminal emulator of Neovim to open fzf
-
- Apr 04, 2015
-
-
Junegunn Choi authored
- Mar 29, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Mar 13, 2015
-
-
Junegunn Choi authored
-
- Mar 10, 2015
-
-
Junegunn Choi authored
When 1 is given, 50% of the screen width or height will be used as the default size of the pane.
-
Junegunn Choi authored
As they're made synchronous with the use of fzf-tmux script
-
Junegunn Choi authored
-
- Mar 07, 2015
-
-
Junegunn Choi authored
This avoids the problem in which :FZF command silently fails when fzf executable cannot be found in $PATH of the hosting tmux server.
-
- Jan 07, 2015
-
-
Junegunn Choi authored
-
- Oct 15, 2014
-
-
Junegunn Choi authored
This makes it easier to override FZF command like follows: autocmd VimEnter * command! -nargs=? -bang -complete=dir FZF call fzf#run({ \ 'sink': 'tabe', \ 'dir': <q-args>, \ 'options': '-m', \ 'tmux_height': empty('<bang>') ? '40%' : '' })
-
- Aug 08, 2014
-
-
Junegunn Choi authored
Fixed escaping bug of the previous commit
-
Junegunn Choi authored
This reverts commit cc9938d4.
-
Junegunn Choi authored
-
- Jul 04, 2014
-
-
Junegunn Choi authored
-
- Jun 27, 2014
-
-
Junegunn Choi authored
-
- Jun 15, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Apr 12, 2014
-
-
Junegunn Choi authored
-
- Apr 04, 2014
-
-
Junegunn Choi authored
-
- Mar 31, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Mar 28, 2014
-
-
Junegunn Choi authored
-