summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mut/neovim/fnl/conf/init.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mut/neovim/fnl/conf/init.fnl b/mut/neovim/fnl/conf/init.fnl
index e73568a..81e1ca3 100644
--- a/mut/neovim/fnl/conf/init.fnl
+++ b/mut/neovim/fnl/conf/init.fnl
@@ -47,7 +47,7 @@
(map :n "]q" ":cnext<cr>")
(map :n "[x" ":lprevious<cr>")
(map :n "]x" ":lnext<cr>")
- (map :n :<c-p> ":Telescope find_files<cr>" {:noremap true})
+ (map :n :<c-p> #(fzf.file))
(map :n "<leader>;" ":silent grep ")
(map :n :<leader>xb #(fzf.buffers
{:keymap {:fzf {"ctrl-a" "select-all"