summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-28 02:54:47 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-28 02:54:47 +0900
commit36dceecd58872777d870c8bf9636bd886365f8e9 (patch)
treeb94e395ead01877e5e4e61116b38b4e82b37c322 /CHANGELOG.md
parent421b9b271ac263057c81eb58f98d5a96c04ce941 (diff)
Add support for ctrl-space key
Close #825
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8a5bcdd..37ede605 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ CHANGELOG
switching to the alternate screen. This is useful when the process is
short-lived and you're not interested in its output.
- e.g. `fzf --bind 'ctrl-y:execute!(echo -n {} | pbcopy)'`
+- `ctrl-space` is allowed in `--bind`
0.16.2
------