add mapping for telescope buffer fuzzy find
This commit is contained in:
parent
7ceb5e9d8c
commit
96ac5d3815
1 changed files with 13 additions and 0 deletions
13
lua/plugins/mappings.lua
Normal file
13
lua/plugins/mappings.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
{
|
||||
"AstroNvim/astrocore",
|
||||
---@type AstroCoreOpts
|
||||
opts = {
|
||||
mappings = {
|
||||
n = {
|
||||
["<Leader>f/"] = require("telescope.builtin").current_buffer_fuzzy_find,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue