From 2c48963179d3406fabc99d6df0e63fdc8a1b7d36 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Tue, 6 Aug 2024 09:41:41 -0700 Subject: [PATCH] Added shortcut for listing buffers --- config/plugins/telescope.nix | 4 ++++ 1 file changed, 4 insertions(+) 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";