add mapping for :Telescope keymaps

This commit is contained in:
Magnus von Wachenfeldt 2022-05-05 18:16:02 +02:00 committed by siduck
parent 21513e3b28
commit 836ab5e98e
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ M.telescope = function()
map("n", "<leader>fw", "<cmd> :Telescope live_grep <CR>") map("n", "<leader>fw", "<cmd> :Telescope live_grep <CR>")
map("n", "<leader>fo", "<cmd> :Telescope oldfiles <CR>") map("n", "<leader>fo", "<cmd> :Telescope oldfiles <CR>")
map("n", "<leader>th", "<cmd> :Telescope themes <CR>") map("n", "<leader>th", "<cmd> :Telescope themes <CR>")
map("n", "<leader>tk", "<cmd> :Telescope keymaps <CR>")
-- pick a hidden term -- pick a hidden term
map("n", "<leader>W", "<cmd> :Telescope terms <CR>") map("n", "<leader>W", "<cmd> :Telescope terms <CR>")