Junegunn Choi
95b34de339
[bash/zsh] Fix $FZF_CTRL_R_OPTS with option values with spaces
2016-06-08 01:30:26 +09:00
Junegunn Choi
bdb94fba7d
[zsh] Fix #579 - Locally unset globsubst
2016-05-26 00:52:06 +09:00
Junegunn Choi
988c9bd9be
[zsh] Fix issues with unicode characters
2016-04-25 01:04:35 +09:00
Junegunn Choi
24f3ec7f33
Fix FZF_CTRL_R_OPTS for zsh ( #526 )
2016-03-23 03:02:57 +09:00
Junegunn Choi
a57b375b41
Add $FZF_CTRL_R_OPTS for overriding the default options for CTRL-R
...
Close #526
2016-03-23 03:00:20 +09:00
Junegunn Choi
f1cd0e2daf
[zsh] Fix #404 - Escape $ in $LBUFFER
2015-11-09 12:06:10 +09:00
Junegunn Choi
e99731ea85
[shell] Add FZF_ALT_C_COMMAND for ALT-C ( #408 )
2015-11-08 00:12:12 +09:00
Jack Danger Canty
c3cf3427b1
Not relying on exit status for CTRL-R
...
In the case that fzf-tmux returns a user-selected result but with a
non-zero exit status (which can happen if a function inside $PS1 returns
non-zero) this allows CTRL-R to continue working as expected.
Addresses #203 (Tranquility's comment)
2015-11-05 10:08:54 -08:00
Junegunn Choi
2c4f71d85b
[zsh] fzf-history-widget - update local declaration
2015-11-04 21:57:18 +09:00
Austin Ziegler
ea271cd4e2
Remove dependency on zsh/pcre module
...
Fixes #363 .
2015-10-01 15:18:10 -04:00
Junegunn Choi
938151a834
[shell] Add FZF_CTRL_T_COMMAND for CTRL-T
...
Close #40
2015-06-26 01:02:44 +09:00
Junegunn Choi
14e3b84073
[zsh] No need to define __fsel in non-interactive shell
...
Since we now use fzf-tmux instead of tmux split-window
2015-06-26 00:14:36 +09:00
Oliver Kiddle
d395ebd28f
use vi-fetch-history on zsh to get history line
...
In addition to being simpler, it allows subsequent up/down history
or accept-line-and-down-history widgets to work.
Also allow for find being and alias if alias expansion
after command is enabled.
2015-06-21 09:21:35 +02:00
Robin Roth
01405ad92e
fix typo in argument of head
...
at least my version of head wants -n1 to only display the first line
2015-05-09 21:11:01 +02:00
Junegunn Choi
36924d0b1c
[zsh] Do not change LBUFFER on empty selection (CTRL-R)
2015-04-23 22:39:07 +09:00
Junegunn Choi
6ed9de9051
[zsh] Temporarily unset no_bang_hist for CTRL-R
...
Close #214
2015-04-23 22:31:23 +09:00
Junegunn Choi
06b4f75680
Fix broken FZF_TMUX switch and update test cases ( #203 )
2015-04-22 00:55:39 +09:00
Junegunn Choi
318edc8c35
Apply fzf-tmux to key bindings ( #203 )
...
Note that CTRL-T on bash is still using the old trick of send-keys.
2015-04-22 00:32:18 +09:00
Junegunn Choi
d08542ce5d
Prepare for 0.9.9 release
2015-04-16 14:34:40 +09:00
Junegunn Choi
50292adacb
Implement --toggle-sort option ( #173 )
2015-03-31 22:05:16 +09:00
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)
2015-03-13 22:59:23 +09:00
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
2015-03-13 17:41:00 +09:00