diff --git a/fnl/plugin/telescope.fnl b/fnl/plugin/telescope.fnl index ecf4480..cd80a83 100644 --- a/fnl/plugin/telescope.fnl +++ b/fnl/plugin/telescope.fnl @@ -18,7 +18,6 @@ (bind! :n :fo "Telescope vim_options") (bind! :n :c "Telescope command_history") (bind! :n :i "Telescope find_files") - (bind! :n :i "Telescope find_files") (bind! :n :z= "Telescope spell_suggest") (fn list-git-or-default [] (let [code (os.execute "git rev-parse --is-inside-work-tree >/dev/null 2>&1")]