Junegunn Choi
56100f0fa7
[bash] Use command \find
for ALT-C
...
ALT-C can fail with the following aliases as pointed out in #272
alias find='noglob find'
alias command='command '
2015-06-25 23:54:05 +09:00
Junegunn Choi
40761b11b1
[bash] Ignore asterisk (modified) in history
2015-05-20 19:45:05 +09:00
Junegunn Choi
b4a05ff27e
[bash] CTRL-R to use history-expand-line
...
Close #146
2015-05-13 19:13:27 +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