summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2015-04-15[vim] README: Pointer to the wiki pageJunegunn Choi
2015-04-15[vim] Add g:fzf_action for customizing key bindingsJunegunn Choi
Close #189
2015-04-15[vim] Rename g:fzf_tmux_height to g:fzf_heightJunegunn Choi
Because tmux panes are not used on Neovim.
2015-04-14FZF_TMUX and FZF_TMUX_HEIGHT for fuzzy completionJunegunn Choi
2015-04-14Fuzzy completion using fzf-tmuxJunegunn Choi
2015-04-12Update READMEJunegunn Choi
2015-04-11Update READMEJunegunn Choi
2015-04-11Fix typo in READMEJunegunn Choi
2015-04-10[vim] Neovim compatibility (#137)Junegunn Choi
Use terminal emulator of Neovim to open fzf
2015-04-03Update Homebrew instructionJunegunn Choi
Close #175
2015-03-31Period.0.9.7Junegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-30Update git ls-tree example (close #168)Junegunn Choi
2015-03-29[vim] Implement ctrlp-compatible key bindings (#139, #96, #61)Junegunn Choi
2015-03-26Updates MacVim wiki link in READMEMichael Rapadas
2015-03-18Update READMEJunegunn Choi
Use --depth option to avoid pulling devel branches
2015-03-16Update README with fzf imageJunegunn Choi
2015-03-15Update READMEJunegunn Choi
2015-03-11Note on upgradeJunegunn Choi
2015-03-10[vim] Use fzf-tmux script for tmux integrationJunegunn Choi
2015-03-09Update README - Homebrew instruction and fzf-tmux optionsJunegunn Choi
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] Allow -w / -h without size argumentJunegunn Choi
2015-03-07Use the term `pane` instead of `split` when not ambiguousJunegunn Choi
/cc @Tranquility
2015-03-06Update READMEJunegunn Choi
2015-02-26Add --tac option and reverse display order of --no-sortJunegunn Choi
DISCLAIMER: This is a backward incompatible change
2015-02-18Update Homebrew instructionJunegunn Choi
2015-02-17Update installation instructionJunegunn Choi
2015-02-13Add `--sync` optionJunegunn Choi
2015-01-28Update README.mdJunegunn Choi
Update outdated --help output
2015-01-28Update README.mdJunegunn Choi
2015-01-14Update install/build script from Homebrew0.9.0Junegunn Choi
2015-01-05Remove outdated information from READMEJunegunn Choi
2014-11-01Add --with-nth option (#102)Junegunn Choi
2014-09-14Ignore user-defined grep aliasesMiles Whittaker
2014-09-02Add vim-plug recipeJunegunn Choi
2014-07-14[bash-completion] unset / unalias / exportJunegunn Choi
2014-06-30Update README (--print-query)Junegunn Choi
2014-06-30Add --prompt option (#70)Junegunn Choi
2014-06-23Guide on running fzf with MacVim and iTerm2 (#65)Junegunn Choi
2014-06-15[vim] External terminal emulator for GVimJunegunn Choi
2014-06-15[vim] Options to xterm commandJunegunn Choi
2014-06-15[vim] Enable fzf in GVim using xtermJunegunn Choi
2014-06-14Extend --nth option to take rangesJunegunn Choi
As discussed in #55
2014-06-12Implement CTRL-DJunegunn Choi
2014-06-12Remove duplicate examples from READMEJunegunn Choi
As discussed in #54
2014-06-09Update Vim example: Rename functionsJunegunn Choi
See: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.260
2014-05-29Remove UTF-8 NFD conversionJunegunn Choi
We have iconv.
2014-05-18On writing fzf-tmux comboJunegunn Choi
2014-05-17Add --reverse option (top-to-bottom layout)0.8.4Junegunn Choi