From 5dfd807771dbd68b1b776e489c043337baccf638 Mon Sep 17 00:00:00 2001 From: Svetlozar Iliev Date: Mon, 30 Jan 2023 19:09:29 +0200 Subject: feat: Allow filtering for oldfiles and buffers (#2353) --- doc/telescope.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/telescope.txt b/doc/telescope.txt index 2106666..12f51e5 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -1214,6 +1214,8 @@ builtin.oldfiles({opts}) *telescope.builtin.oldfiles()* {opts} (table) options to pass to the picker Options: ~ + {cwd} (string) specify a working directory to filter oldfiles + by {only_cwd} (boolean) show only files in the cwd (default: false) {cwd_only} (boolean) alias for only_cwd @@ -1301,6 +1303,8 @@ builtin.buffers({opts}) *telescope.builtin.buffers()* {opts} (table) options to pass to the picker Options: ~ + {cwd} (string) specify a working directory to + filter buffers list by {show_all_buffers} (boolean) if true, show all buffers, including unloaded buffers (default: true) -- cgit v1.2.3