summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGwarnifarn <gunnar.leber@gmail.com>2021-06-03 22:16:09 +0200
committerGitHub <noreply@github.com>2021-06-03 22:16:09 +0200
commit2697bcfaf0fac861e08c3a55d9334ec6d823029f (patch)
tree2ae7a3ef757896a002121355a167d2d866276ea6 /doc
parent5b6b23a3a275626187ad0fbd25604b126cc6de73 (diff)
docs: add more builtin.buffers documentation (#888)
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 18c632d..f20a686 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -722,6 +722,11 @@ 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
+ (default false)
+ {bufnr_width} (number) Defines the width of the buffer
+ numbers in front of the filenames
builtin.colorscheme({opts}) *builtin.colorscheme()*