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 .
- Jun 16, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jun 15, 2015
-
-
Junegunn Choi authored
e.g. fzf --bind "ctrl-m:execute:COMMAND..." --bind ctrl-j:accept
-
Junegunn Choi authored
-
Junegunn Choi authored
This can be used to avoid parse errors that can happen when the command contains the closing character. Since the command does not finish at a certain character, the key binding should be the last one in the group. Suggested by @tiziano88. (#265) e.g. fzf --bind "ctrl-m:execute=COMMAND..." --bind ctrl-j:accept
-
Junegunn Choi authored
-
Junegunn Choi authored
enter (return), space, tab, btab, esc, up, down, left, right
-
- Jun 14, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
execute(...) execute[...] execute~...~ execute!...! execute@...@ execute#...# execute$...$ execute%...% execute^...^ execute&...& execute*...* execute:...: execute;...; execute/.../ execute|...|
-
Junegunn Choi authored
e.g. fzf --bind "ctrl-m:execute(less {})" fzf --bind "ctrl-t:execute[tmux new-window -d 'vim {}']"
-
Junegunn Choi authored
This change does have positive effect on startup time of fzf when many number of options are provided. time fzf --query=____ --filter=____ --delimiter=q --prompt=________ \ --nth=1,2,3,4 --with-nth=1,2,3,4 --toggle-sort=ctrl-r \ --expect=ctrl-x --tiebreak=index --color=light --bind=ctrl-t:accept \ --history=/tmp/xxx --history-max=1000 --help 0m0.013s -> 0m0.008s
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jun 13, 2015
-
-
Junegunn Choi authored
:(
-
Junegunn Choi authored
- Add `--history` option (e.g. fzf --history ~/.fzf.history) - Add `--history-max` option for limiting the size of the file (default 1000) - Add `previous-history` and `next-history` actions for `--bind` - CTRL-P and CTRL-N are automatically remapped to these actions when `--history` is used Closes #249, #251
-
Junegunn Choi authored
Do not rename terminal buffer
-
Kassio Borges authored
To avoid conflict with other neoterm plugins that manage terminals, prefer named terminals.
-
- Jun 09, 2015
-
-
Junegunn Choi authored
Close #257
-
- Jun 08, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
https://github.com/dullgiulio/fzfJunegunn Choi authored
Merge branch '121-accept-nil-input' of https://github.com/dullgiulio/fzf into dullgiulio-121-accept-nil-input
-
Junegunn Choi authored
-
Giulio Iotti authored
-
- Jun 07, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Use ncurses's newterm instead of swapping stdout and stderr
-
Dominik Honnef authored
-
- Jun 03, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
- May 22, 2015
-
-
Junegunn Choi authored
-
- May 21, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-