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 .
- Jul 04, 2014
-
-
Junegunn Choi authored
-
- Jul 01, 2014
-
-
Junegunn Choi authored
Add options: --prompt and --print-query
-
- Jun 30, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jun 27, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Make the list scrollable
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jun 26, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
- Suppress warning message on Ruby 1.8.5 - Remove unnecessary code
-
Junegunn Choi authored
-
- Jun 23, 2014
-
-
Junegunn Choi authored
Add vi-command keymap mappings
-
Patrick Donelan authored
fzf does not currently define vi-command mode mappings. This is particularly annoying for <C-r>, which opens bash's old-fashioned recursive history search. This patch adds vi-command mode mappings that simply drop back into vi-insert mode ("i") and then trigger the primary mapping.
-
Junegunn Choi authored
-
- Jun 18, 2014
-
-
Junegunn Choi authored
Use `command find` rather than plain `find`
-
Sencer Selcuk authored
Aliases are expanded in shell scripts, and one may have an alias for the `find` command that conflicts with fzf. So make sure fzf is using real find command rather than the alias.
-
- Jun 15, 2014
-
-
Junegunn Choi authored
Search is interrupted when the query string has changed. This frequently happens when the user is actively typing in a query. This (rather arbitrary) delay is introduced not to start the next search immediately, which is likely to be interrupted as well. The result of it is that fzf feels more responsive.
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jun 13, 2014
-
-
Junegunn Choi authored
As discussed in #55
-
- Jun 12, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
As discussed in #54
-
- Jun 09, 2014
-
-
Junegunn Choi authored
See: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.260
-
- Jun 07, 2014
-
-
Junegunn Choi authored
-
- May 29, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
We have iconv.
-
- May 28, 2014
-
-
Junegunn Choi authored
[zsh-keybinding] Remove tailing substitution
-
Chad Skeeters authored
-
- May 26, 2014
-
-
Junegunn Choi authored
Fix fzf-history-widget to strip `*` from history lines when using tmux and fc
-
Tom Cammann authored
Update sed regex to strip "*" from history lines when using tmux and fc e.g. "637* ls -a"
-
- May 22, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- May 21, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Fixes the problem reported by @elemakil. For some reason unknown, sometimes the escape sequences of arrow keys are prefixed by 27-79 instead of the ordinary 27-91.
-