<leader>f opens ':Telescope find_files<cr>'

pull/725/head
Ryan 1 year ago
parent 5f0e8a6a29
commit 810a2957aa

@ -7,4 +7,8 @@ vim.opt.shiftwidth = 4
vim.opt.tabstop = 4 vim.opt.tabstop = 4
vim.opt.expandtab = true vim.opt.expandtab = true
local map = vim.api.nvim_set_keymap
map('n', '<leader>f', ':Telescope find_files<cr>', {noremap = false, silent = false})
return {} return {}

Loading…
Cancel
Save