diff options
| author | cristiansofronie <53446505+cristiansofronie@users.noreply.github.com> | 2023-02-19 14:41:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-19 13:41:28 +0100 |
| commit | f40e3e2304c633411ddf266075f7db5184b1db02 (patch) | |
| tree | cfb77a4a555d593c325e25313c4a1f9ee491a15f /doc/telescope.txt | |
| parent | 5d9658c39dca8dd8538dd3eb1ef767374cd9b88f (diff) | |
feat: support selection for grep_string (#2333)
Diffstat (limited to 'doc/telescope.txt')
| -rw-r--r-- | doc/telescope.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 8135b0f..0c80c50 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -804,7 +804,8 @@ builtin.live_grep({opts}) *telescope.builtin.live_grep()* builtin.grep_string({opts}) *telescope.builtin.grep_string()* - Searches for the string under your cursor in your current working directory + Searches for the string under your cursor or the visual selection in your + current working directory Parameters: ~ |
