| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-10 | Fix --with-nth performance; avoid regex if possible | Junegunn Choi | |
| Close #317 | |||
| 2015-07-16 | Fix #292 - Allow binding of colon and comma | Junegunn Choi | |
| 2015-06-19 | Improve handling of key names | Junegunn Choi | |
| Remember the exact string given as the key name so that it's possible to correctly handle synonyms and print the original string. | |||
| 2015-06-15 | Change alternative notation for execute action (#265) | Junegunn Choi | |
| e.g. fzf --bind "ctrl-m:execute:COMMAND..." --bind ctrl-j:accept | |||
| 2015-06-15 | Fix `.` to match newlines as well (#265) | Junegunn Choi | |
| 2015-06-15 | Add alternative execute notation that does not require closing char | Junegunn Choi | |
| 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 | |||
| 2015-06-15 | Add synonyms for some keys to be used with --bind and --toggle-sort | Junegunn Choi | |
| enter (return), space, tab, btab, esc, up, down, left, right | |||
| 2015-06-14 | More alternative notations for execute action | Junegunn Choi | |
| execute(...) execute[...] execute~...~ execute!...! execute@...@ execute#...# execute$...$ execute%...% execute^...^ execute&...& execute*...* execute:...: execute;...; execute/.../ execute|...| | |||
| 2015-06-14 | Add bind action for executing arbitrary command (#265) | Junegunn Choi | |
| e.g. fzf --bind "ctrl-m:execute(less {})" fzf --bind "ctrl-t:execute[tmux new-window -d 'vim {}']" | |||
| 2015-06-03 | Color customization (#245) | Junegunn Choi | |
| 2015-05-21 | Custom key binding support (#238) | Junegunn Choi | |
| 2015-03-31 | Implement --toggle-sort option (#173) | Junegunn Choi | |
| 2015-03-29 | Implement --expect option to support simple key bindings (#163) | Junegunn Choi | |
| 2015-01-23 | Nullify --nth option when it's irrelevant | Junegunn Choi | |
| 2015-01-12 | Lint | Junegunn Choi | |
| 2015-01-04 | Rewrite fzf in Go | Junegunn Choi | |
