From 836ab5e98e57a379c18f693cbf927346c08f1b4c Mon Sep 17 00:00:00 2001 From: Magnus von Wachenfeldt Date: Thu, 5 May 2022 18:16:02 +0200 Subject: [PATCH] add mapping for :Telescope keymaps --- lua/core/mappings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index f7a7303..dd14176 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -193,6 +193,7 @@ M.telescope = function() map("n", "fw", " :Telescope live_grep ") map("n", "fo", " :Telescope oldfiles ") map("n", "th", " :Telescope themes ") + map("n", "tk", " :Telescope keymaps ") -- pick a hidden term map("n", "W", " :Telescope terms ")