diff options
| author | Svetlozar Iliev <svetlozar321@gmail.com> | 2023-01-30 19:09:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-30 18:09:29 +0100 |
| commit | 5dfd807771dbd68b1b776e489c043337baccf638 (patch) | |
| tree | f935a509aba028e7c14786b4a96c341df6a720c2 /doc | |
| parent | d5f6c0911d6066397f1757c6b55a8bd6851bd6dc (diff) | |
feat: Allow filtering for oldfiles and buffers (#2353)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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) |
