summaryrefslogtreecommitdiff
path: root/shell/completion.bash
AgeCommit message (Collapse)Author
2015-07-26Add --margin optionJunegunn Choi
Close #299
2015-07-23[bash] Update fzf option completionJunegunn Choi
2015-07-04Fix g++: possible retry loopEvgeny Vereshchagin
See http://unix.stackexchange.com/q/213432/120177
2015-06-210.10.0Junegunn Choi
2015-06-14Add support for search historyJunegunn Choi
- 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
2015-05-210.9.12Junegunn Choi
2015-05-11[zsh/bash-completion] Avoid caret expansionJunegunn Choi
Close #233 setopt extendedglob on zsh caused caret in grep pattern to be expanded. Problem identified and patch submitted by @lazywei.
2015-05-11[bash-completion] Allow specifying empty completion trigger (#230)Junegunn Choi
2015-05-08[bash-completion] Ignore 0.0.0.0Junegunn Choi
Close #228
2015-04-23Update completion for fzf itselfJunegunn Choi
2015-04-16Prepare for 0.9.9 releaseJunegunn Choi
2015-04-14FZF_TMUX and FZF_TMUX_HEIGHT for fuzzy completionJunegunn Choi
2015-04-14Fuzzy completion using fzf-tmuxJunegunn Choi
2015-03-13Refactor shell extensionsJunegunn Choi
- Use symlinks instead of generating the full content - Update fish_user_paths and remove ~/.config/fish/functions/fzf.fish - Create wrapper script for fzf when Ruby version and use it instead of exported function not to break fzf-tmux