Commit Graph

1000 Commits (95b34de339822d6e81898c7e52f94a7165be39bc)
 

Author SHA1 Message Date
Junegunn Choi 95b34de339
[bash/zsh] Fix $FZF_CTRL_R_OPTS with option values with spaces 8 years ago
Junegunn Choi 6a431cbf49
[fzf-tmux] Escape $ in arguments
e.g. fzf-tmux -q '$PATH'

Related: #343
8 years ago
Junegunn Choi 56fb2f00b3
Use single-quoted strings in execute action
Close #590
8 years ago
Junegunn Choi 1c86aaf342
[vim/fzf-tmux] Handle fzf project directory with spaces
Close #583
8 years ago
Junegunn Choi cfc0b18eaa
Revert "Change tmux pane title for fzf splits"
This reverts commit f074709fc9.

Close #586. /cc @akashin
8 years ago
Junegunn Choi 412c211655
[vim] Use lcd instead of chdir
https://github.com/junegunn/fzf.vim/issues/147
8 years ago
Junegunn Choi 923feb69ab
[zsh] Fix indentation 8 years ago
Junegunn Choi 92dba7035a
Merge pull request #584 from jimbocoder/master
Take SSH completion hints from known_hosts
8 years ago
Jim Howell b8a3ba16a2
[bash/zsh] Take SSH completion hints from known_hosts
Signed-off-by: Junegunn Choi <junegunn.c@gmail.com>
8 years ago
Junegunn Choi cd5e4d9402 Merge pull request #582 from akashin/master
[fzf-tmux] Change tmux pane title for fzf splits
8 years ago
Andrey Kashin f074709fc9 Change tmux pane title for fzf splits 8 years ago
Junegunn Choi e0b29e437b
[bash] Use backticks to avoid delay with blink-matching-paren
Close #580
8 years ago
Junegunn Choi bdb94fba7d
[zsh] Fix #579 - Locally unset globsubst 8 years ago
Junegunn Choi 2f364c62f4
0.12.2 8 years ago
Junegunn Choi 7ed9f83662
Validate jump label characters
Also extend default jump labels
8 years ago
Junegunn Choi f498a9b3fb
Revert version number 8 years ago
Junegunn Choi 13330738b8
Do not match jump labels beyond the screen limit 8 years ago
Junegunn Choi e53535cc61
Update default jump labels 8 years ago
Junegunn Choi c62fc5e75c
More named keys: F5 ~ F10, ALT-/ 8 years ago
Junegunn Choi 70245ad98c
[make] Reduce the size of the binaries with `-ldflags -w`
Related: #555
8 years ago
Junegunn Choi 6d235bceee
Add jump and jump-accept actions for --bind
jump and jump-accept implement EasyMotion-like movement in fzf.
Suggested by @mhrebenyuk. Close #569.
8 years ago
Junegunn Choi 4adebfc856
[install] go get -u github.com/junegunn/fzf/src/fzf 8 years ago
Junegunn Choi faccc0a410
[fzf-tmux] Escape backslash in command-line arguments 8 years ago
Junegunn Choi 9078688baf Add print-query action for --bind
Close #571
9 years ago
Junegunn Choi 9bd8b1d25f
Fix typo 9 years ago
Junegunn Choi dd4be1da38
Allow alt-enter and alt-space for --bind (#571) 9 years ago
Junegunn Choi 66f86e1870
[fzf-tmux] Fix #562 - Check $TMUX instead of $TMUX_PANE 9 years ago
Junegunn Choi 4ab75b68dc
Fix flaky test case: test_execute
Should wait until execute action completes
9 years ago
Junegunn Choi 73cb70dbb3
Fix flaky test case: test_file_completion_unicode 9 years ago
Junegunn Choi d082cccb6d
Fix flaky test case: test_ctrl_t_unicode
The width of the pseudo-terminal on Travis CI environment can be small
and cause the line to be wrapped.
9 years ago
Junegunn Choi 88a80e3c2c
Determine 256-color capability using tigetnum("colors")
Close #570
9 years ago
Junegunn Choi 24516bcf4d [install] Set a temporary GOPATH 9 years ago
Junegunn Choi b4c4a642ed Update README
Close #560, #561
9 years ago
Junegunn Choi 0231617857 [neovim] Fix issues with `enew` and `tabnew` layouts
Related: #559
9 years ago
Junegunn Choi 7f64fba80f Update Makefile to allow build on i686 (#555) 9 years ago
Junegunn Choi 633aec38f5 Merge pull request #554 from gene-pavlovsky/patch-1
Fix missing reference to UNAME_M
9 years ago
Gene Pavlovsky d1b402a23c Fix missing reference to UNAME_M
The `Build on $(UNAME_M) is not supported, yet` message was referencing an undefined UNAME_M. Fixed that.
9 years ago
Junegunn Choi 35a9aff8e1 0.12.1 9 years ago
Junegunn Choi 988c9bd9be [zsh] Fix issues with unicode characters 9 years ago
Junegunn Choi 095f31b316 [vim] Explicitly set source to FZF_DEFAULT_COMMAND
Helps when your `$SHELL` is slow.

Close #552.
9 years ago
Junegunn Choi d86cee2a69 [bash] Export fzf-file-widget function for bash 4+ (#546)
e.g. Remapping fzf-file-widget to CTRL-X CTRL-T intead of CTRL-T

    bind -x '"\C-x\C-t": fzf-file-widget'
    bind '"\C-t": transpose-chars'
9 years ago
Junegunn Choi e986f20a85 [fish] Use consistent function names for key bindings (#546)
- fzf-file-widget
- fzf-history-widget
- fzf-cd-widget
9 years ago
Junegunn Choi c727ba1d99 [fzf-tmux] Do not split pane if the height is too small 9 years ago
Junegunn Choi bb70923cd8 Fix flaky test cases 9 years ago
Junegunn Choi 772fa42dcb [fish] Fix intermittent errors on CTRL-T
Related: 23244bb
9 years ago
Junegunn Choi 85ef3263fc Fix incorrect cache reference in --exact mode (#547)
When we prepend a single quote to our query in --exact mode, we are not
supposed to limit the scope of the new search to the previous
exact-match result.
9 years ago
Junegunn Choi 4bde8de63f Apply new ranking algorithm to exact match as well 9 years ago
Junegunn Choi 654a7df9b0 [neovim] Set bufhidden and nobuflisted after opening terminal 9 years ago
Junegunn Choi c3aa836ec0 [bash] Update completion.bash
[bash] Update completion.bash
9 years ago
Junegunn Choi 95764bef6f Merge pull request #550 from gene-pavlovsky/gene-pavlovsky-patch-2
[bash] Update key-bindings.bash
9 years ago