mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-14 20:01:05 +08:00
Bind alt-left/alt-right to backward-word/forward-word by default
Fix #4833
This commit is contained in:
@@ -11,6 +11,7 @@ CHANGELOG
|
||||
(seq 100; sleep 1; seq 100) | fzf --query 1 \
|
||||
--bind 'result:transform-header(echo result: $FZF_MATCH_COUNT),result-final:transform-footer(echo final: $FZF_MATCH_COUNT)'
|
||||
```
|
||||
- Bound `alt-left` to `backward-word` and `alt-right` to `forward-word` by default (#4833)
|
||||
|
||||
0.73.1
|
||||
------
|
||||
|
||||
Reference in New Issue
Block a user