summaryrefslogtreecommitdiff
path: root/mut
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2023-12-09 12:06:37 +0100
committerMike Vink <ivi@vinkies.net>2023-12-09 12:06:37 +0100
commitb7137cc2a16e687d08a216d99a178a132e32ee23 (patch)
tree0428a6337c998dc6c9ca560ae99acad3e4dfce7e /mut
parent0405db2298ab3db3e03caff8c2d5d5f70de4e111 (diff)
fixup
Diffstat (limited to 'mut')
-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"