summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)Author
2015-03-09[fzf-tmux] Allow opening fzf on any position (-u/-d/-l/-r)Junegunn Choi
The previous -w and -h will be synonyms for -r and -d respectively.
2015-03-08[fzf-tmux] Fix duplicate arguments to fzfJunegunn Choi
fzf-tmux -w -q q fzf-tmux -w -- -q q
2015-03-08[fzf-tmux] Fix `--`Junegunn Choi
2015-03-08[fzf-tmux] Allow -w / -h without size argumentJunegunn Choi
2015-03-07Fix fzf-tmux script (bash 3.2 compatibility)Junegunn Choi
2015-03-07Use absolute path of fzf when splitting tmux windowJunegunn Choi
2015-03-07Use the term `pane` instead of `split` when not ambiguousJunegunn Choi
/cc @Tranquility
2015-03-06Add fzf-tmux scriptJunegunn Choi