Changed default keymap C-q to "smart send" to location list
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user