summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-30 02:43:44 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-30 02:43:44 +0200
commitd2a696ce3e007246a6247d5ecbed59ac00d94f69 (patch)
tree570c79e72cef0c52be5cbcc6c36590f722488c89
parentef60b339873f6c0168c28aa7d8141af64df1f3e2 (diff)
Add preview for ff file search
-rw-r--r--fnl/config/which-key.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl
index 3700121..7ead7cc 100644
--- a/fnl/config/which-key.fnl
+++ b/fnl/config/which-key.fnl
@@ -64,7 +64,7 @@
:b ["<cmd>Telescope git_branches theme=dropdown<cr>"
"Checkout branch"]
:c ["<cmd>Telescope colorscheme theme=dropdown<cr>" :Colorscheme]
- :f ["<cmd>lua require('telescope.builtin').find_files(require('telescope.themes').get_dropdown{previewer = false})<cr>"
+ :f ["<cmd>Telescope find_files theme=dropdown<cr>"
"Find files"]
:t ["<cmd>Telescope live_grep theme=ivy<cr>" "Find text"]
:s [:<cmd>SearchSession<cr> "Find Session"]