Revert "fix: preserve queued keys at picker launch (#2274)" (#2619)

* Revert "fix: preserve queued keys at picker launch (#2274) (#2618)"

This reverts commit f78d956901.

* [docgen] Update doc/telescope.txt
skip-checks: true

---------

Co-authored-by: Github Actions <actions@github>
This commit is contained in:
James Trew
2023-07-22 19:23:22 -04:00
committed by GitHub
parent e7e6492a2d
commit 1228f3b15c
2 changed files with 14 additions and 13 deletions

View File

@@ -1052,10 +1052,10 @@ builtin.git_bcommits({opts}) *telescope.builtin.git_bcommits()*
{"git","log","--pretty=oneline","--abbrev-commit"}
builtin.git_bcommits_range({opts}) *telescope.builtin.git_bcommits_range()*
builtin.git_bcommits_range({opts}) *telescope.builtin.git_bcommits_range()*
Lists commits for a range of lines in the current buffer with diff preview
In visual mode, lists commits for the selected lines
With operator mode enabled, lists commits inside the text object/motion
In visual mode, lists commits for the selected lines With operator mode
enabled, lists commits inside the text object/motion
- Default keymaps or your overridden `select_` keys:
- `<cr>`: checks out the currently selected commit
- `<c-v>`: opens a diff in a vertical split
@@ -1075,13 +1075,14 @@ builtin.git_bcommits_range({opts}) *telescope.builtin.git_bcommits_range()*
{git_command} (table) command that will be executed. the last
element must be "-L".
{"git","log","--pretty=oneline","--abbrev-commit","--no-patch","-L"}
{from} (number) the first line number in the range
(default: current line)
{to} (number) the last line number in the range
(default: the value of `from`)
{from} (number) the first line number in the range (default:
current line)
{to} (number) the last line number in the range (default:
the value of `from`)
{operator} (boolean) select lines in operator-pending mode
(default: false)
builtin.git_branches({opts}) *telescope.builtin.git_branches()*
List branches for current directory, with output from `git log --oneline`
shown in the preview window