mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): add a keymap for buffers
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
return {
|
||||
"telescope.nvim",
|
||||
keys = {
|
||||
{ "<M-b>", "<cmd>Telescope buffers<cr>", desc = "Buffers" },
|
||||
{ "<C-p>", "<cmd>Telescope find_files hidden=true<cr>", desc = "Find Files (hidden)" },
|
||||
{ "<C-t>", "<cmd>Telescope<cr>", desc = "Telescope" },
|
||||
{ "<M-p>", "<cmd>Telescope find_files<cr>", desc = "Find Files" },
|
||||
|
||||
Reference in New Issue
Block a user