Junegunn Choi
77bab51696
GoLint fix
2015-06-14 03:19:18 +09:00
Junegunn Choi
77048f3e3b
Fix Travis CI build
2015-06-14 02:51:45 +09:00
Junegunn Choi
8b618f7439
Test refactoring
2015-06-14 02:44:22 +09:00
Junegunn Choi
8973207bb4
Fix Travis CI build
2015-06-14 02:13:02 +09:00
Junegunn Choi
6ad1736832
Fix ignore action
2015-06-14 02:11:27 +09:00
Junegunn Choi
9fca611c4a
Add ignore
action for --bind
2015-06-14 01:54:56 +09:00
Junegunn Choi
8e7164553f
Add missing files from the previous commit
...
:(
2015-06-14 00:53:45 +09:00
Junegunn Choi
3b52811796
Add support for search history
...
- Add `--history` option (e.g. fzf --history ~/.fzf.history)
- Add `--history-max` option for limiting the size of the file (default 1000)
- Add `previous-history` and `next-history` actions for `--bind`
- CTRL-P and CTRL-N are automatically remapped to these actions when
`--history` is used
Closes #249 , #251
2015-06-14 00:48:48 +09:00
Junegunn Choi
2e84b1db64
Merge pull request #264 from kassio/master
...
Do not rename terminal buffer
2015-06-14 00:11:10 +09:00
Kassio Borges
9f33068ab3
Avoid conflict with other neoterm plugins.
...
To avoid conflict with other neoterm plugins that manage terminals,
prefer named terminals.
2015-06-13 11:13:33 -03:00
Junegunn Choi
eaa3c67a5e
Add actions for --bind: select-all / deselect-all / toggle-all
...
Close #257
2015-06-09 23:44:54 +09:00
Junegunn Choi
1b9b1d15bc
Adjust --help output
2015-06-08 23:28:41 +09:00
Junegunn Choi
97f433a274
Merge branch 'dullgiulio-121-accept-nil-input'
2015-06-08 23:28:06 +09:00
Junegunn Choi
45a3655eaf
Add test case for --null option
2015-06-08 23:27:50 +09:00
Junegunn Choi
81ffde92fb
Merge branch '121-accept-nil-input' of https://github.com/dullgiulio/fzf into dullgiulio-121-accept-nil-input
2015-06-08 23:21:16 +09:00
Junegunn Choi
0be4cead20
Allow ^EqualMatch$
2015-06-08 23:17:24 +09:00
Giulio Iotti
f6dd32046e
add support to nil-byte separated input strings, closes #121
2015-06-08 08:38:40 +00:00
Junegunn Choi
443a80f254
Always use the same color for multi-select markers
2015-06-07 23:32:07 +09:00
Junegunn Choi
8017635a71
Merge pull request #252 from dominikh/portable-swapOutput
...
Use ncurses's newterm instead of swapping stdout and stderr
2015-06-07 14:31:44 +09:00
Dominik Honnef
98f62b191a
Use ncurses's newterm instead of swapping stdout and stderr
2015-06-07 07:26:26 +02:00
Junegunn Choi
52771a6226
0.9.13
2015-06-03 02:09:07 +09:00
Junegunn Choi
b00bcf506e
Fix #248 - Premature termination of Reader on long input
2015-06-03 01:48:02 +09:00
Junegunn Choi
fdbfe36c0b
Color customization ( #245 )
2015-06-03 01:46:03 +09:00
Junegunn Choi
446e822723
Update CHANGELOG
2015-05-22 02:37:38 +09:00
Junegunn Choi
b68e59a24b
Fix ANSI offset calculation
2015-05-22 02:20:10 +09:00
Junegunn Choi
4e0e492427
Minor refactoring
2015-05-22 00:02:14 +09:00
Junegunn Choi
8f99f8fcc6
More test cases for --bind
2015-05-21 21:06:52 +09:00
Junegunn Choi
3cdf71801e
Update --help
2015-05-21 01:51:24 +09:00
Junegunn Choi
801cf9ac62
Add unbound "toggle" action for customization
2015-05-21 01:37:16 +09:00
Junegunn Choi
34946b72a5
0.9.12
2015-05-21 00:44:49 +09:00
Junegunn Choi
1592bedbe8
Custom key binding support ( #238 )
2015-05-21 00:32:03 +09:00
Junegunn Choi
15099eb13b
Remove duplicate processing of command-line options
2015-05-20 20:42:45 +09:00
Junegunn Choi
c511b45ff6
Minor tweak in test case
...
It may take long for find command to spot the temporary file created on
the home directory
2015-05-20 19:47:48 +09:00
Junegunn Choi
40761b11b1
[bash] Ignore asterisk (modified) in history
2015-05-20 19:45:05 +09:00
Junegunn Choi
cca543d0cd
[zsh-completion] Fix #236 - zle redisplay
2015-05-20 16:18:30 +09:00
Junegunn Choi
34e5e2dd82
[vim] Use close+bufhidden=wipe instead of bd
2015-05-14 13:29:50 +09:00
Junegunn Choi
2b7c3df66b
[neovim] Check tabpagenr() as well
2015-05-14 02:19:40 +09:00
Junegunn Choi
f766531e74
[neovim] Make sure that fzf buffer is closed ( #225 )
...
- bd! leaves the window open when there's no other listed buffer
- redraw! seems to help avoid Neovim issues.
2015-05-14 02:14:21 +09:00
Junegunn Choi
7f59b42b05
[vim] Escape % # \
2015-05-13 23:20:10 +09:00
Junegunn Choi
f41de932d6
[vim] Refocus MacVim window
2015-05-13 23:14:03 +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
3b91467941
Suppress error message when loading completion.{zsh,bash}
...
Temporary workaround for https://github.com/Homebrew/homebrew/issues/39669
2015-05-12 22:54:48 +09:00
Junegunn Choi
26d2af5ee8
[zsh-completion] Respect backslash-escaped spaces ( #230 )
2015-05-12 01:40:44 +09:00
Junegunn Choi
2b61dc6557
[zsh-completion] Do not overwrite $fzf_default_completion
2015-05-11 22:53:35 +09:00
Junegunn Choi
0b770cd48a
[zsh-completion] Remember what ^I was originally bound to ( #230 )
2015-05-11 21:49:40 +09:00
Junegunn Choi
c14aa99ef6
[zsh/bash-completion] Avoid caret expansion
...
Close #233
setopt extendedglob on zsh caused caret in grep pattern to be expanded.
Problem identified and patch submitted by @lazywei.
2015-05-11 16:59:44 +09:00
Junegunn Choi
8f371ee81c
[zsh-completion] fzf-zsh-completion -> fzf-completion
2015-05-11 13:11:42 +09:00
Junegunn Choi
3b63b39810
[zsh-completion] Allow empty prefix & trigger sequence ( #232 )
2015-05-11 13:06:02 +09:00
Tiziano Santoro
0cd238700c
[zsh-completion] Add comment clarifying trigger expansion. ( #230 )
2015-05-11 10:18:28 +09:00
Tiziano Santoro
14fbe06d9e
[zsh-completion] Allow specifying empty completion trigger. ( #230 )
2015-05-11 10:18:16 +09:00