diff options
| author | Patrick Ziegler <p.ziegler96@gmail.com> | 2021-10-09 15:40:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-09 15:40:08 +0200 |
| commit | ba41f0eeb13796c26f6c5f3e8c44b2397a466e39 (patch) | |
| tree | 10b244a3a21610ea56c717ecc7146e3e64a54fd1 /doc | |
| parent | 603f55dedf16985205918ea5da4293d5b5dce763 (diff) | |
fix: alias cwd_only and only_cwd option for buffers and oldfiles (#1316)
* Alias cwd_only and only_cwd option for builtins
Fixes #1199
Closes #1275
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 886c047..4cc6fbb 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -1059,6 +1059,7 @@ builtin.oldfiles({opts}) *builtin.oldfiles()* Options: ~ {only_cwd} (boolean) show only files in the cwd (default: false) + {cwd_only} (boolean) alias for only_cwd builtin.command_history({opts}) *builtin.command_history()* @@ -1148,6 +1149,7 @@ builtin.buffers({opts}) *builtin.buffers()* {only_cwd} (boolean) if true, only show buffers in the current working directory (default: false) + {cwd_only} (boolean) alias for only_cwd {sort_lastused} (boolean) Sorts current and last buffer to the top and selects the lastused (default: false) |
