diff options
| author | Mike Vink <ivi@vinkies.net> | 2023-12-09 12:06:37 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2023-12-09 12:06:37 +0100 |
| commit | b7137cc2a16e687d08a216d99a178a132e32ee23 (patch) | |
| tree | 0428a6337c998dc6c9ca560ae99acad3e4dfce7e | |
| parent | 0405db2298ab3db3e03caff8c2d5d5f70de4e111 (diff) | |
fixup
| -rw-r--r-- | mut/neovim/fnl/conf/init.fnl | 2 |
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" |
