From b7137cc2a16e687d08a216d99a178a132e32ee23 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sat, 9 Dec 2023 12:06:37 +0100 Subject: fixup --- mut/neovim/fnl/conf/init.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mut') 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") (map :n "[x" ":lprevious") (map :n "]x" ":lnext") - (map :n : ":Telescope find_files" {:noremap true}) + (map :n : #(fzf.file)) (map :n ";" ":silent grep ") (map :n :xb #(fzf.buffers {:keymap {:fzf {"ctrl-a" "select-all" -- cgit v1.2.3