Add "last" action to move the cursor to the last match

This is the opposite of "first" (previously known as "top").
This commit is contained in:
Junegunn Choi
2020-12-30 01:51:25 +09:00
parent e9bc7331bd
commit 0de7ab18f6
5 changed files with 20 additions and 10 deletions

View File

@@ -23,6 +23,9 @@ CHANGELOG
# Write "regular" if you want to clear the attributes
fzf --color hl:176:regular,hl+:177:regular
```
- Added `last` action to move the cursor to the last match
- The opposite action `top` is renamed to `first`, but `top` is still
recognized as a synonym for backward compatibility
0.24.4
------