feat: add scrolling in preview window (#47)

* feat: add scrolling in preview window

refactor into two layers

* remove redundant code

* add error message for scroll_fn and send_input

* consider count for preview scrolling
This commit is contained in:
haorenW1025
2020-09-17 00:20:45 +08:00
committed by GitHub
parent 9bdf5b3d4a
commit 7d1a8292b6
4 changed files with 52 additions and 1 deletions

View File

@@ -142,6 +142,9 @@ j k next | previous (in normal mode)
<C-v> go to file selection as a vertical split
<C-t> go to a file in a new tab
<C-u> scroll up in preview window
<C-d> scroll down in preview window
<C-c> close telescope
<Esc> close telescope (in normal mode)
```