summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-09 12:32:13 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-09 12:32:13 +0200
commit81bbfb329d7085b0bcd7435763116ee3f6784c4e (patch)
treed800419d34fb6e51bece13f62c070ab0b790c482 /fnl
parent568c1581b47ec27b6aaa1e5f5b7fab4bee180ed0 (diff)
Revert "fix(telescope): remove reults_scrolling_up"
This reverts commit 568c1581b47ec27b6aaa1e5f5b7fab4bee180ed0.
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/telescope.fnl4
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)