summaryrefslogtreecommitdiff
path: root/src/options_test.go
AgeCommit message (Collapse)Author
2015-08-10Fix --with-nth performance; avoid regex if possibleJunegunn Choi
Close #317
2015-07-16Fix #292 - Allow binding of colon and commaJunegunn Choi
2015-06-19Improve handling of key namesJunegunn 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-15Change alternative notation for execute action (#265)Junegunn Choi
e.g. fzf --bind "ctrl-m:execute:COMMAND..." --bind ctrl-j:accept
2015-06-15Fix `.` to match newlines as well (#265)Junegunn Choi
2015-06-15Add alternative execute notation that does not require closing charJunegunn 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-15Add synonyms for some keys to be used with --bind and --toggle-sortJunegunn Choi
enter (return), space, tab, btab, esc, up, down, left, right
2015-06-14More alternative notations for execute actionJunegunn Choi
execute(...) execute[...] execute~...~ execute!...! execute@...@ execute#...# execute$...$ execute%...% execute^...^ execute&...& execute*...* execute:...: execute;...; execute/.../ execute|...|
2015-06-14Add 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-03Color customization (#245)Junegunn Choi
2015-05-21Custom key binding support (#238)Junegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-29Implement --expect option to support simple key bindings (#163)Junegunn Choi
2015-01-23Nullify --nth option when it's irrelevantJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi