From 2b47c6f5ac8d41a8025c10d02da4d6090e616a68 Mon Sep 17 00:00:00 2001 From: bptato Date: Tue, 26 Sep 2023 16:52:57 +0200 Subject: Add precnum support to more functions --- doc/config.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/config.md') diff --git a/doc/config.md b/doc/config.md index 8796ccfe..ad1807c5 100644 --- a/doc/config.md +++ b/doc/config.md @@ -703,23 +703,23 @@ Note: this does not suspend buffer processes. -`pager.scrollDown()` -Scroll forwards by one line. +`pager.scrollDown(n = 1)` +Scroll forwards by n lines. -`pager.scrollUp()` -Scroll backwards by one line. +`pager.scrollUp(n = 1)` +Scroll backwards by n lines. -`pager.scrollLeft()` -Scroll to the left by one column. +`pager.scrollLeft(n = 1)` +Scroll to the left by n columns. -`pager.scrollRight()` -Scroll to the right by one column. +`pager.scrollRight(n = 1)` +Scroll to the right by n columns. @@ -857,13 +857,13 @@ shown. -`pager.searchNext()` -Jump to the next search result. +`pager.searchNext(n = 1)` +Jump to the nth next search result. -`pager.searchPrev()` -Jump to the previous search result. +`pager.searchPrev(n = 1)` +Jump to the nth previous search result. -- cgit 1.4.1-2-gfad0