Commit Graph

541 Commits (1481304d3bcf6408d0bd6914bfef207ee38fa308)
 

Author SHA1 Message Date
Junegunn Choi 1481304d3b Suppress message from :file
Suggested by @noahfrederick
9 years ago
Junegunn Choi 2cec5c0f30 Fix typo in README 9 years ago
Junegunn Choi 4760bb7743 Merge pull request #180 from mhinz/check-if-already-running
Check if :FZF is already executing
9 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.
9 years ago
Junegunn Choi 622e69ff54 [vim] Neovim compatibility (#137)
Use terminal emulator of Neovim to open fzf
9 years ago
Junegunn Choi 68503d32df [vim] Code cleanup 9 years ago
Junegunn Choi 57319f8c58 [vim] Fix #177 - :FZF with relative paths 9 years ago
Junegunn Choi dd4d465305 Update Homebrew instruction
Close #175
9 years ago
Junegunn Choi 467a22dd36 Period. 9 years ago
Junegunn Choi 50292adacb Implement --toggle-sort option (#173) 9 years ago
Junegunn Choi 84a7499ae3 Fix #172 - Print empty line when fzf with expect finished by -1 or -0 9 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
9 years ago
Junegunn Choi 1c65139888 Update git ls-tree example (close #168) 9 years ago
Junegunn Choi 8a4db3c004 [vim] Fix #167 - :FZF with directory 9 years ago
Junegunn Choi cef93f700b 0.9.6 9 years ago
Junegunn Choi 0a3d3460b1 Update man page 9 years ago
Junegunn Choi d988f3fa50 Retain ANSI background color 9 years ago
Junegunn Choi e865144ace [vim] Implement ctrlp-compatible key bindings (#139, #96, #61) 9 years ago
Junegunn Choi 2a167aa030 Implement --expect option to support simple key bindings (#163) 9 years ago
Junegunn Choi 9cfecf7f0b Fix test failure 9 years ago
Junegunn Choi f9d6b83f5e Drop patch number and stick with M.m.p convention 9 years ago
Junegunn Choi ce7d4a1c53 Fix #162 - Ignore \e[K 9 years ago
Junegunn Choi 9bba6bd172 Merge pull request #158 from mrap/update-macvim-link
Updates MacVim wiki link in README
9 years ago
Michael Rapadas 4ad92e3a0b Updates MacVim wiki link in README 9 years ago
Junegunn Choi c4bf820dc3 Update man page 9 years ago
Junegunn Choi 39f43587d0 Fix typo in man page 9 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.
9 years ago
Junegunn Choi 91876e98cd Avoid duplicate paths in MANPATH 9 years ago
Junegunn Choi eb8fef0031 Add man path only when the directory exists
$fzf_base/man may not exist when installed with Homebrew.
9 years ago
Junegunn Choi 87447ddd6d Add man page (#157) 9 years ago
Junegunn Choi 9d138173be Fix #155 - Empty ANSI color code to reset color state 9 years ago
Junegunn Choi eae53576bd Update --help message 9 years ago
Junegunn Choi f8c49effd4 Respect "boldness" of input string 9 years ago
Junegunn Choi 618706a5f5 Fix ANSI output in the presence of multibyte characters
tree -C | fzf --ansi --tac
9 years ago
Junegunn Choi 9ffcd26d50 Update CHANGELOG - 0.9.5 9 years ago
Junegunn Choi b431e227da Code cleanup 9 years ago
Junegunn Choi d94dfe0876 Fix #151 - reduce initial memory footprint 9 years ago
Junegunn Choi 6130026786 Bump up the version - 0.9.5 9 years ago
Junegunn Choi a723977b9f Fix #149 - panic on empty string filter 9 years ago
Junegunn Choi 3dddbfd8fa Fix string truncation 9 years ago
Junegunn Choi e70a2a5817 Add support for ANSI color codes 9 years ago
Junegunn Choi d80a41bb6d Update README
Use --depth option to avoid pulling devel branches
9 years ago
Junegunn Choi 2bebd5cdb4 Update README with fzf image 9 years ago
Junegunn Choi 7bb75b0213 Update README 9 years ago
Junegunn Choi bc2e82efc1 [vim] Suppress error message when clear command is N/A 9 years ago
Junegunn Choi c04e8de9b0 Make sure to start tmux pane from the current directory (#143)
- fzf-tmux
- CTRL-T of bash/zsh/fish
    - fish implementation may not work if the path contains
      double-quote characters (FIXME)
9 years ago
Junegunn Choi 4977174def [fzf-mux] Remove unnecessary env var from command 9 years ago
Junegunn Choi 5eef0acea1 Merge pull request #145 from junegunn/refactor-shell-ext
Refactor shell extensions
9 years ago
Junegunn Choi 3935aa84d8 Refactor shell extensions
- Use symlinks instead of generating the full content
- Update fish_user_paths and remove ~/.config/fish/functions/fzf.fish
- Create wrapper script for fzf when Ruby version and use it instead of
  exported function not to break fzf-tmux
9 years ago
Junegunn Choi dd6138a655 Fix #142, #144 - Improve CTRL-R for zsh 9 years ago