summaryrefslogtreecommitdiffstats
path: root/man
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 /man
parentb8fc828955176f18a94630f2ad4d28c54aa6c927 (diff)
Add --keep-right option to keep the right end of the line visible
Close #1652
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 5c39f367..cb8f51e7 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -130,6 +130,10 @@ the details.
.B "--cycle"
Enable cyclic scroll
.TP
+.B "--keep-right"
+Keep the right end of the line visible when it's too long. Effective only when
+the query string is empty.
+.TP
.B "--no-hscroll"
Disable horizontal scroll
.TP