summaryrefslogtreecommitdiffstats
path: root/shell
AgeCommit message (Collapse)Author
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-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-13Make sure to start tmux pane from the current directory (#143)Junegunn Choi
- fzf-tmux - CTRL-T of bash/zsh/fish - fish implementation may not work if the path contains double-quote characters (FIXME)
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