Mapper plugin, Telescope extensions

This commit is contained in:
Norm Rasmussen
2022-11-12 07:48:04 -05:00
parent 25c4bdf348
commit 8289645293
6 changed files with 55 additions and 24 deletions

View File

@ -29,10 +29,8 @@ local telescope_installer = require('telescope').setup({
hijack_netrw = true,
mappings = {
["i"] = {
["<C-h>"] = fb_actions.goto_home_dir
},
["n"] = {
["<C-c>"] = fb_actions.create
},
},