Commit Graph

605 Commits (9c6e46ab154353f31a1f881a70ac78695b3509bb)
 

Author SHA1 Message Date
Junegunn Choi 319d6ced80 [vim] Simplify :FZF
Ruby version can also accept `--expect` option although it's ignored.
10 years ago
Junegunn Choi 51a19a2804 [vim] Remove unnecessary pushd/popd in :FZF
It is already handled by its caller.
10 years ago
Junegunn Choi a7cb1a78df Merge pull request #188 from justinmk/non-interactive-shell
install: wait for LF in non-interactive shell
10 years ago
Justin M. Keyes d4daece76b install: wait for LF in non-interactive shell
"read -n 1 ..." ignores all but the first character of a line-delimited
stream (e.g. "yes n | ./install").
10 years ago
Junegunn Choi 3ec83babac FZF_TMUX and FZF_TMUX_HEIGHT for fuzzy completion 10 years ago
Junegunn Choi 91fc6c984b Fix fuzzy completion test 10 years ago
Junegunn Choi a4f3d09704 Fuzzy completion using fzf-tmux 10 years ago
Junegunn Choi 40180c18ac Merge pull request #183 from qiemem/generalized-check-if-running
Check if fzf#run() is already executing
10 years ago
Bryan Head 82bea6758a Move active check to fzf#run. 10 years ago
Junegunn Choi 348731fc3b Make fzf-tmux work when fzf is not in $PATH but in the same directory
See: #181
10 years ago
Junegunn Choi 797f42ecc6 Update README 10 years ago
Junegunn Choi 8385a55bda [vim] s:pushd after s:split
It is possible that the user has an autocmd that changes the current
directory.
10 years ago
Junegunn Choi 8406cedf2d [vim] Improved compatibility with sidebar plugins (e.g. NERDtree) 10 years ago
Junegunn Choi f22b83db6c Update README 10 years ago
Junegunn Choi 1481304d3b Suppress message from :file
Suggested by @noahfrederick
10 years ago
Junegunn Choi 2cec5c0f30 Fix typo in README 10 years ago
Junegunn Choi 4760bb7743 Merge pull request #180 from mhinz/check-if-already-running
Check if :FZF is already executing
10 years ago
Marco Hinz c1adf0cd3d Check if :FZF is already executing
Prior to this change, you'd get a longer error message if you did:

    :FZF
    <esc>
    :FZF

The main problem being that `:file [FZF]` can be used only once.
10 years ago
Junegunn Choi 622e69ff54 [vim] Neovim compatibility (#137)
Use terminal emulator of Neovim to open fzf
10 years ago
Junegunn Choi 68503d32df [vim] Code cleanup 10 years ago
Junegunn Choi 57319f8c58 [vim] Fix #177 - :FZF with relative paths 10 years ago
Junegunn Choi dd4d465305 Update Homebrew instruction
Close #175
10 years ago
Junegunn Choi 467a22dd36 Period. 10 years ago
Junegunn Choi 50292adacb Implement --toggle-sort option (#173) 10 years ago
Junegunn Choi 84a7499ae3 Fix #172 - Print empty line when fzf with expect finished by -1 or -0 10 years ago
Junegunn Choi 39d7177bd3 [ruby] Stub out --expect option
So that it can be used with the recent Vim plugin although extra key
bindings are not available
10 years ago
Junegunn Choi 1c65139888 Update git ls-tree example (close #168) 10 years ago
Junegunn Choi 8a4db3c004 [vim] Fix #167 - :FZF with directory 10 years ago
Junegunn Choi cef93f700b 0.9.6 10 years ago
Junegunn Choi 0a3d3460b1 Update man page 10 years ago
Junegunn Choi d988f3fa50 Retain ANSI background color 10 years ago
Junegunn Choi e865144ace [vim] Implement ctrlp-compatible key bindings (#139, #96, #61) 10 years ago
Junegunn Choi 2a167aa030 Implement --expect option to support simple key bindings (#163) 10 years ago
Junegunn Choi 9cfecf7f0b Fix test failure 10 years ago
Junegunn Choi f9d6b83f5e Drop patch number and stick with M.m.p convention 10 years ago
Junegunn Choi ce7d4a1c53 Fix #162 - Ignore \e[K 10 years ago
Junegunn Choi 9bba6bd172 Merge pull request #158 from mrap/update-macvim-link
Updates MacVim wiki link in README
10 years ago
Michael Rapadas 4ad92e3a0b Updates MacVim wiki link in README 10 years ago
Junegunn Choi c4bf820dc3 Update man page 10 years ago
Junegunn Choi 39f43587d0 Fix typo in man page 10 years ago
Junegunn Choi fdaa4e9b18 Append (not prepend) bin directory to PATH
Prepending can be problematic when the user install fzf using Homebrew,
execute the install script, and later upgrade fzf with Homebrew, and do
not rerun the install script. In that case, even though the homebrew
package is upgraded, the older version will still be used.
10 years ago
Junegunn Choi 91876e98cd Avoid duplicate paths in MANPATH 10 years ago
Junegunn Choi eb8fef0031 Add man path only when the directory exists
$fzf_base/man may not exist when installed with Homebrew.
10 years ago
Junegunn Choi 87447ddd6d Add man page (#157) 10 years ago
Junegunn Choi 9d138173be Fix #155 - Empty ANSI color code to reset color state 10 years ago
Junegunn Choi eae53576bd Update --help message 10 years ago
Junegunn Choi f8c49effd4 Respect "boldness" of input string 10 years ago
Junegunn Choi 618706a5f5 Fix ANSI output in the presence of multibyte characters
tree -C | fzf --ansi --tac
10 years ago
Junegunn Choi 9ffcd26d50 Update CHANGELOG - 0.9.5 10 years ago
Junegunn Choi b431e227da Code cleanup 10 years ago