Changed default keymap C-q to "smart send" to location list

This commit is contained in:
2025-10-17 00:21:54 +09:00
parent c5de1fa3b6
commit 6404aa5b51
+6
View File
@@ -2,6 +2,7 @@ return {
{
"nvim-telescope/telescope.nvim",
config = function()
local actions = require("telescope.actions")
require("telescope").setup({
pickers = {
find_files = {
@@ -26,6 +27,11 @@ return {
layout_config = {
width = 0.75,
},
mappings = {
i = {
["<C-q>"] = actions.smart_send_to_loclist + actions.open_loclist
}
},
},
current_buffer_fuzzy_find = {
layout_strategy = "vertical",