Added shortcut for listing buffers
This commit is contained in:
parent
662e20f797
commit
2c48963179
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue