diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/telescope.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/telescope.fnl b/fnl/config/telescope.fnl index af99d2d..d026052 100644 --- a/fnl/config/telescope.fnl +++ b/fnl/config/telescope.fnl @@ -50,8 +50,8 @@ :<C-u> actions.preview_scrolling_up :<C-d> actions.preview_scrolling_down - ;; :<PageUp> actions.results_scrolling_up - ;; :<PageDown> actions.results_scrolling_down + :<PageUp> actions.results_scrolling_up + :<PageDown> actions.results_scrolling_down :<Tab> (+ actions.toggle_selection actions.move_selection_worse) :<S-Tab> (+ actions.toggle_selection actions.move_selection_better) |