diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-09 12:30:33 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-09 12:30:33 +0200 |
commit | 568c1581b47ec27b6aaa1e5f5b7fab4bee180ed0 (patch) | |
tree | e5fe3de6e5f5bcccad9935c6339054ccd4460a33 | |
parent | 25e73c80d92535895088d8e541f794b0f048e0f1 (diff) |
fix(telescope): remove reults_scrolling_up
-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 d026052..af99d2d 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) |