summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-12-30 01:51:25 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-12-30 18:39:17 +0900
commit0de7ab18f64db7838c8ca06d08188f976cbfdbb4 (patch)
tree65de1c044098b491d8cc1979a25a214681f03887 /CHANGELOG.md
parente9bc7331bde238e84f24b76ebb1f5e18799b15c4 (diff)
Add "last" action to move the cursor to the last match
This is the opposite of "first" (previously known as "top").
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 678efdda..b02dcbe4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
------