Commit Graph

706 Commits (11db046fc7bf1288b3237a7649441dfec6c19ab9)
 

Author SHA1 Message Date
Junegunn Choi fdbfe36c0b Color customization (#245) 9 years ago
Junegunn Choi 446e822723 Update CHANGELOG 9 years ago
Junegunn Choi b68e59a24b Fix ANSI offset calculation 9 years ago
Junegunn Choi 4e0e492427 Minor refactoring 9 years ago
Junegunn Choi 8f99f8fcc6 More test cases for --bind 9 years ago
Junegunn Choi 3cdf71801e Update --help 9 years ago
Junegunn Choi 801cf9ac62 Add unbound "toggle" action for customization 9 years ago
Junegunn Choi 34946b72a5 0.9.12 9 years ago
Junegunn Choi 1592bedbe8 Custom key binding support (#238) 9 years ago
Junegunn Choi 15099eb13b Remove duplicate processing of command-line options 9 years ago
Junegunn Choi c511b45ff6 Minor tweak in test case
It may take long for find command to spot the temporary file created on
the home directory
9 years ago
Junegunn Choi 40761b11b1 [bash] Ignore asterisk (modified) in history 9 years ago
Junegunn Choi cca543d0cd [zsh-completion] Fix #236 - zle redisplay 9 years ago
Junegunn Choi 34e5e2dd82 [vim] Use close+bufhidden=wipe instead of bd 10 years ago
Junegunn Choi 2b7c3df66b [neovim] Check tabpagenr() as well 10 years ago
Junegunn Choi f766531e74 [neovim] Make sure that fzf buffer is closed (#225)
- bd! leaves the window open when there's no other listed buffer
- redraw! seems to help avoid Neovim issues.
10 years ago
Junegunn Choi 7f59b42b05 [vim] Escape % # \ 10 years ago
Junegunn Choi f41de932d6 [vim] Refocus MacVim window 10 years ago
Junegunn Choi b4a05ff27e [bash] CTRL-R to use history-expand-line
Close #146
10 years ago
Junegunn Choi 3b91467941 Suppress error message when loading completion.{zsh,bash}
Temporary workaround for https://github.com/Homebrew/homebrew/issues/39669
10 years ago
Junegunn Choi 26d2af5ee8 [zsh-completion] Respect backslash-escaped spaces (#230) 10 years ago
Junegunn Choi 2b61dc6557 [zsh-completion] Do not overwrite $fzf_default_completion 10 years ago
Junegunn Choi 0b770cd48a [zsh-completion] Remember what ^I was originally bound to (#230) 10 years ago
Junegunn Choi c14aa99ef6 [zsh/bash-completion] Avoid caret expansion
Close #233

setopt extendedglob on zsh caused caret in grep pattern to be expanded.
Problem identified and patch submitted by @lazywei.
10 years ago
Junegunn Choi 8f371ee81c [zsh-completion] fzf-zsh-completion -> fzf-completion 10 years ago
Junegunn Choi 3b63b39810 [zsh-completion] Allow empty prefix & trigger sequence (#232) 10 years ago
Tiziano Santoro 0cd238700c [zsh-completion] Add comment clarifying trigger expansion. (#230) 10 years ago
Tiziano Santoro 14fbe06d9e [zsh-completion] Allow specifying empty completion trigger. (#230) 10 years ago
Junegunn Choi 64949bf467 [bash-completion] Allow specifying empty completion trigger (#230) 10 years ago
Junegunn Choi 732f133940 [test] Make sure to kill background process 10 years ago
Junegunn Choi 5dc4df9570 Fix test cases 10 years ago
Junegunn Choi 7dde8dbbd9 Merge pull request #231 from robinro/head-argument-typo
[zsh] `head -n1` instead of `head -1`
10 years ago
Robin Roth 01405ad92e fix typo in argument of head
at least my version of head wants -n1 to only display the first line
10 years ago
Junegunn Choi 683abb86ef Dump screen content on test failure 10 years ago
Junegunn Choi 207aa07891 [zsh-completion] Temporarily set nonomatch (#230)
No error on ~INVALID_USERNAME**<TAB>
10 years ago
Junegunn Choi 26a141c6a6 [zsh-completion] Fix `~USERNAME**` (#230) 10 years ago
Junegunn Choi dc64568c83 [zsh-completion] Completion for unknown commands 10 years ago
Junegunn Choi f4a595eedd Fix Travis CI build 10 years ago
Junegunn Choi 5a17a6323a [zsh-completion] "\find" to bypass alias 10 years ago
Junegunn Choi 2b8e445321 Fuzzy completion for zsh (#227) 10 years ago
Junegunn Choi 315499b1d4 Merge pull request #229 from sullyj3/master
fix typo in README.md
10 years ago
James Sully 65a2bdb01d fix typo in README.md 10 years ago
Junegunn Choi ed8202efc6 [bash-completion] Ignore 0.0.0.0
Close #228
10 years ago
Junegunn Choi 0937bd6c16 [vim] Improve binary detection
/cc @alerque

- Ask for user confirmation before running `install --bin`
- Removed `s:fzf_rb` since `install --bin` will create a wrapper
  executable that just runs Ruby version on the platforms where prebuilt
  binaries are not available.
10 years ago
Junegunn Choi 3d26b5336c [vim] Fix #220 - Prevent error after update 10 years ago
Junegunn Choi c8f208b96b Merge pull request #171 from oschrenk/vi-insert-mode-key-bindings-fish
Support for vi insert mode in upcoming fish 2.2.0
10 years ago
Oliver Schrenk 2e339e49b8 Support for vi insert mode in upcoming fish 2.2.0 10 years ago
Junegunn Choi 5d9107fd15 Print info after prompt on redraw
This fixes the issue where "inline-info" is not immediately rendered
when the terminal is resized.
10 years ago
Junegunn Choi 4b7c571575 Fix race condition in test case 10 years ago
Junegunn Choi 5502b68a1d Test refactoring 10 years ago