diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 30d3610..b547c5d 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -24,8 +24,8 @@ if require('packer_init') then return end require('lualine').setup() --[[ telescope maps ]] -map('n', 'ff', 'Telescope find_files') -map('n', 'fb', 'Telescope buffers') +map('n', '.', 'Telescope find_files') +map('n', ',', 'Telescope buffers') --[[ theme ]] vim.o.bg = 'dark'