Skip to content

Commit

Permalink
Remap builtin.git_files to "<leader><leader>"
Browse files Browse the repository at this point in the history
emape builtin,fi�2
  • Loading branch information
sestrella committed Sep 17, 2024
1 parent b3dcbf6 commit 41085d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/neovim/plugins/telescope/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ telescope.load_extension("ui-select")

local builtin = require("telescope.builtin")

vim.keymap.set("n", "<C-p>", builtin.git_files, { desc = "Search files" })
vim.keymap.set("n", "<leader><leader>", builtin.git_files, { desc = "Search files" })

-- https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua
vim.keymap.set("n", "<leader>sd", builtin.diagnostics, { desc = "[S]earch [d]iagnostics" })
Expand Down

0 comments on commit 41085d4

Please sign in to comment.