Add --filepath-word option

Close #802
This commit is contained in:
Junegunn Choi
2017-01-15 19:42:28 +09:00
parent 208d4f2173
commit e0036b5ad2
5 changed files with 49 additions and 4 deletions

View File

@@ -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
------