mappings: leader+th for Telescope themes

This commit is contained in:
Akianonymus 2021-07-30 22:45:39 +05:30 committed by Galen Rowell
parent a6ab121d12
commit af783670e4
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ map("n", "<Leader>fp", ":Telescope media_files <CR>", opt)
map("n", "<Leader>fb", ":Telescope buffers<CR>", opt) map("n", "<Leader>fb", ":Telescope buffers<CR>", opt)
map("n", "<Leader>fh", ":Telescope help_tags<CR>", opt) map("n", "<Leader>fh", ":Telescope help_tags<CR>", opt)
map("n", "<Leader>fo", ":Telescope oldfiles<CR>", opt) map("n", "<Leader>fo", ":Telescope oldfiles<CR>", opt)
map("n", "<Leader>th", ":Telescope themes<CR>", opt)
-- bufferline tab stuff -- bufferline tab stuff
map("n", "<S-t>", ":enew<CR>", opt) -- new buffer map("n", "<S-t>", ":enew<CR>", opt) -- new buffer