summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-03-11 22:35:24 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-03-11 22:35:24 +0900
commit373c6d8d55066251dc7af58598de6af4ff4570cf (patch)
tree64ee23a2408245aba56f5e3d07a08b3e17c98ad8 /CHANGELOG.md
parentb8fc828955176f18a94630f2ad4d28c54aa6c927 (diff)
Add --keep-right option to keep the right end of the line visible
Close #1652
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 41d949e3..e9f26eec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@ CHANGELOG
- Added `--pointer` and `--marker` options
- `--height` option is now available on Windows binary (@kelleyma49)
- More keys and actions for `--bind`
+- Added `--keep-right` option that keeps the right end of the line visible
+ when it's too long
- Bug fixes and improvements
- Vim plugin: Floating windows support
- bash: Various improvements in key bindings (CTRL-T, CTRL-R, ALT-C)