- 02 Jan, 2015 2 commits
-
-
Junegunn Choi authored
Sleep when curses is unavailable
-
Jack Danger Canty authored
When the curses gem is not installed and the session is running inside tmux the user will see a flash of an opened and closed tmux pane but will not have a chance to read the error message.
-
- 28 Dec, 2014 2 commits
-
-
Junegunn Choi authored
Use travis' new build workers
-
Omer Katz authored
They boot faster and since we don't use root we can use them.
-
- 24 Dec, 2014 1 commit
-
-
Junegunn Choi authored
-
- 23 Dec, 2014 1 commit
-
- 13 Dec, 2014 1 commit
-
-
Junegunn Choi authored
Reverse the order of fish history
-
- 12 Dec, 2014 1 commit
-
-
brettanomyces authored
-
- 04 Dec, 2014 1 commit
-
-
Junegunn Choi authored
-
- 01 Dec, 2014 1 commit
-
-
Junegunn Choi authored
Change `/bin/bash` to `/usr/bin/env bash`
-
- 30 Nov, 2014 1 commit
-
-
Arseniy Seroka authored
-
- 04 Nov, 2014 3 commits
-
-
Junegunn Choi authored
Add --with-nth option
-
Junegunn Choi authored
Hashes are unordered on Ruby 1.8
-
Junegunn Choi authored
-
- 03 Nov, 2014 2 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- 01 Nov, 2014 2 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- 15 Oct, 2014 1 commit
-
-
Junegunn Choi authored
This makes it easier to override FZF command like follows: autocmd VimEnter * command! -nargs=? -bang -complete=dir FZF call fzf#run({ \ 'sink': 'tabe', \ 'dir': <q-args>, \ 'options': '-m', \ 'tmux_height': empty('<bang>') ? '40%' : '' })
-
- 07 Oct, 2014 1 commit
-
-
Junegunn Choi authored
-
- 18 Sep, 2014 5 commits
-
-
Junegunn Choi authored
- `[ -f ~/.fzf.${shell} ] && source ~/.fzf.${shell}"` - `source ~/.fzf.${shell}"`
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Miles Whittaker authored
-
Miles Whittaker authored
So only check for file name
-
- 14 Sep, 2014 1 commit
-
-
Miles Whittaker authored
-
- 02 Sep, 2014 1 commit
-
-
Junegunn Choi authored
-
- 30 Aug, 2014 3 commits
-
-
Junegunn Choi authored
Related #95.
-
Junegunn Choi authored
Follow symlinks when using bash autocompletion.
-
Benoît Faucon authored
-
- 16 Aug, 2014 4 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Remove `1` from --nth option. With the change you can no more use `$` anchor to match the tail of a command index. But it makes search around 15% faster. jg@jg:~> time cat history | fzf +s -n..,1,2.. -f fzf > /dev/nul real 0m2.929s user 0m2.766s sys 0m0.154s jg@jg:~> time cat history | fzf +s -n2..,.. -f fzf > /dev/null real 0m2.535s user 0m2.422s sys 0m0.112s
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- 14 Aug, 2014 2 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- 07 Aug, 2014 3 commits
-
-
Junegunn Choi authored
Fixed escaping bug of the previous commit
-
Junegunn Choi authored
This reverts commit cc9938d4.
-
Junegunn Choi authored
-
- 26 Jul, 2014 1 commit
-
-
Junegunn Choi authored
-