summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-15 19:42:28 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-15 19:42:28 +0900
commite0036b5ad208f71d02447c233a621e67185b0fff (patch)
tree3f1e7a7b5e5d3d2b98a3adadc593e530484edd87 /CHANGELOG.md
parent208d4f2173c1630408b836312271b3c675ddc5eb (diff)
Add --filepath-word option
Close #802
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22a5b75a..d5802c8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ CHANGELOG
- Latin script letters will be normalized before matching so that it's easier
to match against accented letters. e.g. `sodanco` can match `Só Danço Samba`.
- Normalization can be disabled via `--literal`
+- Added `--filepath-word` to make word-wise movements/actions (`alt-b`,
+ `alt-f`, `alt-bs`, `alt-d`) respect path separators
0.15.9
------