From 3c4ffd9c890ef5742981c3afd854ec81a5b9041f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 11 Jul 2025 20:55:36 +0200 Subject: [PATCH] nvim/telescope: remove redundant binding --- .config/nvim/plugin/telescope.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.config/nvim/plugin/telescope.lua b/.config/nvim/plugin/telescope.lua index 55c76b40..14c81ccb 100644 --- a/.config/nvim/plugin/telescope.lua +++ b/.config/nvim/plugin/telescope.lua @@ -39,14 +39,6 @@ telescope.setup { find_files = { find_command = { "rg", "--files", "--hidden", "--glob", "!**/.git/*" }, }, - current_buffer_fuzzy_find = { - mappings = { - n = { - ["n"] = actions.move_selection_next, - ["N"] = actions.move_selection_previous, - }, - }, - }, lsp_references = { layout_config = { height = 0.7 }, initial_mode = "normal",