summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorelianiva <dicha.arkana03@gmail.com>2021-03-05 20:13:48 +0700
committerGitHub <noreply@github.com>2021-03-05 20:13:48 +0700
commit6e941e0ecec1ab6a1b4ce40c693ef1272c505abb (patch)
tree7d8c273d98909a238cdc7f09b7453bfd8577c443 /doc
parent8369acea3e6b0258f125ea251111e3217655b11c (diff)
feat: define scroll speed + smart_send to qflist (#610)
* smart send to qflist * Previewer scrolling for half window height * Start doing cleanup in readme * feat: add ability to define the scrolling speed * move scrolling action to action.set * docs: added more docs for actions * [docgen] Update doc/telescope.txt skip-checks: true Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> Co-authored-by: Github Actions <actions@github>
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index b5bec93..b86f4c0 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -180,6 +180,11 @@ actions.move_to_top({prompt_bufnr}) *actions.move_to_top()*
{prompt_bufnr} (number) The prompt bufnr
+actions.open_qflist() *actions.open_qflist()*
+ Open the quickfix list
+
+
+
actions.remove_selection({prompt_bufnr}) *actions.remove_selection()*
Remove current entry from multi select
@@ -516,6 +521,9 @@ horizontal and vertical layouts):
- preview_width:
- Change the width of Telescope's preview window
+ - scroll_speed:
+ - Change the scrolling speed of the previewer
+
layout_strategies.center() *layout_strategies.center()*
Centered layout wih smaller default sizes (I think)