From af783670e4ab9d09109f4646726e4a17ceb4191d Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Fri, 30 Jul 2021 22:45:39 +0530 Subject: [PATCH] mappings: leader+th for Telescope themes --- lua/mappings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/mappings.lua b/lua/mappings.lua index 56cfa109..5562bb54 100644 --- a/lua/mappings.lua +++ b/lua/mappings.lua @@ -134,6 +134,7 @@ map("n", "fp", ":Telescope media_files ", opt) map("n", "fb", ":Telescope buffers", opt) map("n", "fh", ":Telescope help_tags", opt) map("n", "fo", ":Telescope oldfiles", opt) +map("n", "th", ":Telescope themes", opt) -- bufferline tab stuff map("n", "", ":enew", opt) -- new buffer