nvim: better hotkeys for file an buffer search
This commit is contained in:
parent
21c1c2e685
commit
0be530d500
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ if require('packer_init') then return end
|
|||
require('lualine').setup()
|
||||
|
||||
--[[ telescope maps ]]
|
||||
map('n', '<Leader>ff', '<cmd>Telescope find_files<CR>')
|
||||
map('n', '<Leader>fb', '<cmd>Telescope buffers<CR>')
|
||||
map('n', '<Leader>.', '<cmd>Telescope find_files<CR>')
|
||||
map('n', '<Leader>,', '<cmd>Telescope buffers<CR>')
|
||||
|
||||
--[[ theme ]]
|
||||
vim.o.bg = 'dark'
|
||||
|
|
Loading…
Reference in a new issue