m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00
This commit is contained in:
Junegunn Choi
2016-06-12 02:15:11 +09:00
parent 2bbc12063c
commit 3e1d6a7bcf
4 changed files with 235 additions and 202 deletions

View File

@@ -1,10 +1,14 @@
CHANGELOG
=========
0.12.3
0.13.0
------
- `{}` in execute action is replaced to the single-quoted string of the
current line
- Added preview feature
- `--preview CMD`
- `--preview-window POS[:SIZE][:hidden]`
- `{}` in execute action is now replaced to the single-quoted (instead of
double-quoted) string of the current line
- Fixed to ignore control characters for bracketed paste mode
0.12.2
------