nvim
This commit is contained in:
parent
83d6e3f7cf
commit
bda21856b1
10 changed files with 155 additions and 0 deletions
3
.config/nvim/lua/keybinds.lua
Normal file
3
.config/nvim/lua/keybinds.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
-- Telescope
|
||||
vim.keymap.set('n', '<Leader>ff', '<cmd>:Telescope find_files<cr>')
|
||||
vim.keymap.set('n', '<Leader>fb', '<cmd>:Telescope buffers<cr>')
|
Loading…
Add table
Add a link
Reference in a new issue