summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2021-07-19 09:10:06 +0200
committerGitHub <noreply@github.com>2021-07-19 09:10:06 +0200
commit46e03a935f1d080a9bd856d5a8acfcc093cd1461 (patch)
tree1ad21f773c357fede0a344b1ed06a676e7fde86b /doc
parent8c3f2b630be0241fe10709e61ee9dab473518f32 (diff)
feat: sort_mru for builtin buffers (#1028)
:help builtin.buffers
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 7bc2062..1cf5c91 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -659,9 +659,12 @@ builtin.buffers({opts}) *builtin.buffers()*
{only_cwd} (boolean) if true, only show buffers in the
current working directory (default
false)
- {sort_lastused} (boolean) if true, sort the shown buffers so
- that the last used one is selected
+ {sort_lastused} (boolean) Sorts current and last buffer to the
+ top and selects the lastused
(default false)
+ {sort_mru} (boolean) Sorts all buffers after most recent
+ used. Not just the current and last
+ one (default false)
{bufnr_width} (number) Defines the width of the buffer
numbers in front of the filenames