diff --git a/config/plugins/telescope.nix b/config/plugins/telescope.nix index e30823d..e5058cb 100644 --- a/config/plugins/telescope.nix +++ b/config/plugins/telescope.nix @@ -26,6 +26,10 @@ action = "Telescope live_grep"; key = "g"; } + { + action = "Telescope buffers"; + key = "u"; + } { action = "Telescope file_browser path=%:p:h select_buffer=true"; key = "b";