summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-300.16.70.16.7Junegunn Choi
2017-04-30Export FZF_PREVIEW_HEIGHT instead of FZF_HEIGHTJunegunn Choi
2017-04-30Merge branch 'master' into develJunegunn Choi
2017-04-30[vim] Export $FZF_HEIGHT for previewer scriptsJunegunn Choi
2017-04-30Update mattn/go-shellwordsJunegunn Choi
2017-04-28Support CTRL-Z (SIGSTOP)Junegunn Choi
2017-04-28Add support for ctrl-alt-[a-z] key chordsJunegunn Choi
2017-04-28Update README-VIM: options as list (#896)Junegunn Choi
2017-04-28[fish] Fix ~/.config/fish/functions/fish_user_key_bindings.fishJunegunn Choi
2017-04-22[vim] Use backslash for Windows filepaths (#896)Jan Edmund Lazo
2017-04-11[bash-completion] Use -o dirnames instead of -o plusdirsJunegunn Choi
2017-04-06Correction: fzf no longer depends on ncursesJunegunn Choi
2017-04-03[fzf-tmux] Close with exit code 130 when tmux pane is killedKouki Higashikawa
2017-04-02Add --version to --help output and man pageJunegunn Choi
2017-04-02Update README.mdJunegunn Choi
2017-04-01Update doc/fzf.txt accordinglyJunegunn Choi
2017-04-01Update example in README-VIMJunegunn Choi
2017-04-01Add vim docJunegunn Choi
2017-04-01[fzf-tmux] Fix issue with zoomed pane on fish (#891)五所和哉
2017-03-30Add chocolatey upgrade instruction to Readme (#890)Miodrag Milić
2017-03-27fzf#run: improve "is already running" message (#885)Daniel Hahler
2017-03-21Add support for IPv6 addresses in ssh completion (#877)Sam Van Den Berge
2017-03-10Make install script to work with non GNU tar (#871)Christian Sturm
2017-03-07Add Chocolatey instructionJunegunn Choi
2017-03-050.16.60.16.6Junegunn Choi
2017-03-04Add test case for --no-clearJunegunn Choi
2017-03-04Use alternate screen only when the value of height is 100%Junegunn Choi
2017-03-04Add --no-clear optionJunegunn Choi
2017-03-03[zsh] Use setopt noposixbuiltins instead of emulate -L zshJunegunn Choi
2017-03-03Revert "[zsh] emulate -L zsh to avoid issues with incompatible options"Junegunn Choi
2017-03-03[shell] Enable sorting by default in CTRL-RJunegunn Choi
2017-03-03Display -S if sort is disabled and toggle-sort is usedJunegunn Choi
2017-03-02[vim] Capitalize exception messagesJunegunn Choi
2017-03-02[vim] Throw error if g:fzf_layout is incorrectly usedJunegunn Choi
2017-03-02Suppress ANSI colors in preview window if --no-color is setJunegunn Choi
2017-03-01[zsh] emulate -L zsh to avoid issues with incompatible optionsJunegunn Choi
2017-03-01Clear background even if background color is not setJunegunn Choi
2017-02-25[neovim] Set 'dir' to the current direcotryJunegunn Choi
2017-02-24Redraw item if query string has changedJunegunn Choi
2017-02-19[vim] Minor refactoringJunegunn Choi
2017-02-19[vim] Escape ! when using :! to execute commandJunegunn Choi
2017-02-190.16.50.16.5Junegunn Choi
2017-02-19Exclude sysfs in find commandsJunegunn Choi
2017-02-18Add toggle-preview-wrap actionJunegunn Choi
2017-02-18Properly truncate long query stringJunegunn Choi
2017-02-18[vim] Prepend @echo off to $FZF_DEFAULT_COMMAND on Windows (#847)Junegunn Choi
2017-02-18[vim] Fix FZF_DEFAULT_COMMAND on WindowsJunegunn Choi
2017-02-17Use cut instead of sed in the default commandJunegunn Choi
2017-02-17[vim] Do not escape % when using system() instead of !Junegunn Choi
2017-02-16[shell] Replace `sed` with `-mindepth 1` and `cut` (#844)Pierre Neidhardt