Added shortcut for listing buffers

This commit is contained in:
alejandro-angulo 2024-08-06 09:41:41 -07:00
parent 662e20f797
commit 2c48963179
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -26,6 +26,10 @@
action = "<cmd>Telescope live_grep<CR>";
key = "<leader>g";
}
{
action = "<cmd>Telescope buffers<CR>";
key = "<leader>u";
}
{
action = "<cmd>Telescope file_browser path=%:p:h select_buffer=true<CR>";
key = "<leader>b";